We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf6879 commit 74e58a3Copy full SHA for 74e58a3
.changeset/silent-tigers-unite.md
@@ -0,0 +1,5 @@
1
+---
2
+'@chainlink/nav-fund-services-adapter': patch
3
4
+
5
+Bump BACKGROUND_EXECUTE_TIMEOUT
packages/sources/nav-fund-services/src/config/index.ts
@@ -17,6 +17,7 @@ export const config = new AdapterConfig(
17
{
18
envDefaultOverrides: {
19
CACHE_MAX_AGE: 900_000, // 15 minute cache
20
+ BACKGROUND_EXECUTE_TIMEOUT: 180_000, // 2 minutes wait + 60 seconds for execution
21
RETRY: 0, // Disables retry on Framework
22
},
23
0 commit comments