Skip to content

Commit

Permalink
[connectors] Increase retry delays for handling rate limit (#9526)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdraier authored Dec 19, 2024
1 parent 5ab1130 commit 75b2ba8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions connectors/src/connectors/confluence/temporal/workflows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ const {
getSpaceIdsToSyncActivity,
} = proxyActivities<typeof activities>({
startToCloseTimeout: "30 minutes",
retry: {
initialInterval: "60 seconds",
maximumInterval: "3600 seconds",
},
});

// Set a conservative threshold to start a new workflow and
Expand Down

0 comments on commit 75b2ba8

Please sign in to comment.