noot
Some checks failed
commit-tag / commit-tag-image (map[context:./migrations file:./migrations/Dockerfile name:migrations]) (push) Successful in 17s
commit-tag / commit-tag-image (map[context:./ts file:./ts/Dockerfile name:ts]) (push) Failing after 45s

This commit is contained in:
a 2025-07-15 23:28:48 -05:00
parent 5de260813b
commit bc464c6185
No known key found for this signature in database
GPG Key ID: 2F22877AA4DFDADB

View File

@ -180,6 +180,11 @@ export class WorkerCommand extends Command {
taskQueue: 'wynn-worker-ts',
stickyQueueScheduleToStartTimeout: 5 * 1000,
activities,
defaultActivityOptions: {
retry: {
maximumAttempts: 30,
},
},
})
logger.info({ taskQueue: 'wynn-worker-ts', namespace: config.TEMPORAL_NAMESPACE }, 'starting temporal worker')
await worker.run()