Skip to content

Commit

Permalink
Increase import timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
knpwrs committed Jan 18, 2025
1 parent 6677d8a commit a661aa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/gateway/src/temporal/workflows/import-media.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import { processImageWorkflow } from './process-image';
import { processMediaWorkflow } from './process-media';

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

0 comments on commit a661aa7

Please sign in to comment.