Skip to content

Commit 74b8ffd

Browse files
committed
chore: bump workflowExecutionTimeout in scheduleMembersEnrichment
1 parent 34fdd7e commit 74b8ffd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/apps/members_enrichment_worker/src/schedules/getMembersToEnrich.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const scheduleMembersEnrichment = async () => {
2424
type: 'startWorkflow',
2525
workflowType: getMembersToEnrich,
2626
taskQueue: 'members-enrichment',
27-
workflowExecutionTimeout: '45 minutes',
27+
workflowExecutionTimeout: '2 hours',
2828
retry: {
2929
initialInterval: '15 seconds',
3030
backoffCoefficient: 2,

0 commit comments

Comments
 (0)