Skip to content

Commit c481b06

Browse files
authored
feat: adjust retries for brief client (#2963)
1 parent 5e3a4ab commit c481b06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/common/brief.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ export const briefFeedClient = new FeedClient(process.env.BRIEFING_FEED, {
2020
queuedRequests: 100,
2121
},
2222
retryOpts: {
23-
maxAttempts: 0,
23+
maxAttempts: 3,
24+
backoff: 5 * 1000,
2425
},
2526
}),
2627
});

0 commit comments

Comments
 (0)