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