We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87c172 commit f0811e5Copy full SHA for f0811e5
1 file changed
services/apps/nango_worker/src/workflows/syncGithubIntegration.ts
@@ -7,6 +7,7 @@ const REPO_ONBOARDING_INTERVAL_MINUTES = 6
7
8
const activity = proxyActivities<typeof activities>({
9
startToCloseTimeout: '2 hour',
10
+ retry: { maximumAttempts: 20, backoffCoefficient: 2 },
11
})
12
13
export async function syncGithubIntegration(args: ISyncGithubIntegrationArguments): Promise<void> {
0 commit comments