Skip to content

Commit f0811e5

Browse files
authored
fix: limit retries for nango sync workflow (#3652)
1 parent f87c172 commit f0811e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

services/apps/nango_worker/src/workflows/syncGithubIntegration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const REPO_ONBOARDING_INTERVAL_MINUTES = 6
77

88
const activity = proxyActivities<typeof activities>({
99
startToCloseTimeout: '2 hour',
10+
retry: { maximumAttempts: 20, backoffCoefficient: 2 },
1011
})
1112

1213
export async function syncGithubIntegration(args: ISyncGithubIntegrationArguments): Promise<void> {

0 commit comments

Comments
 (0)