Skip to content

Commit

Permalink
Increase import heartbeatTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
knpwrs committed Jan 17, 2025
1 parent ee5dc47 commit 6677d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/gateway/src/temporal/workflows/import-media.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { processMediaWorkflow } from './process-media';

const { importMedia } = proxyActivities<typeof importActivities>({
startToCloseTimeout: '5 hours',
heartbeatTimeout: '5 minutes',
heartbeatTimeout: '1 hour',
taskQueue: IMPORT_QUEUE,
retry: { maximumAttempts: 2 },
});
Expand Down

0 comments on commit 6677d8a

Please sign in to comment.