Skip to content

Commit f87c172

Browse files
authored
fix: nango workflows retry policy (#3651)
1 parent 9bd103a commit f87c172

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { IProcessNangoWebhookArguments } from '../types'
55

66
const activity = proxyActivities<typeof activities>({
77
startToCloseTimeout: '3 minutes',
8+
retry: { maximumAttempts: 20, backoffCoefficient: 2 },
89
})
910

1011
export async function processNangoWebhook(args: IProcessNangoWebhookArguments): Promise<void> {

0 commit comments

Comments
 (0)