Skip to content

Commit 74e58a3

Browse files
Bump BACKGROUND_EXECUTE_TIMEOUT for nav-fund-services (#4179)
Co-authored-by: app-token-issuer-data-feeds[bot] <134377064+app-token-issuer-data-feeds[bot]@users.noreply.github.com>
1 parent edf6879 commit 74e58a3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/silent-tigers-unite.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const config = new AdapterConfig(
1717
{
1818
envDefaultOverrides: {
1919
CACHE_MAX_AGE: 900_000, // 15 minute cache
20+
BACKGROUND_EXECUTE_TIMEOUT: 180_000, // 2 minutes wait + 60 seconds for execution
2021
RETRY: 0, // Disables retry on Framework
2122
},
2223
},

0 commit comments

Comments
 (0)