noot
This commit is contained in:
parent
5de260813b
commit
bc464c6185
@ -180,6 +180,11 @@ export class WorkerCommand extends Command {
|
|||||||
taskQueue: 'wynn-worker-ts',
|
taskQueue: 'wynn-worker-ts',
|
||||||
stickyQueueScheduleToStartTimeout: 5 * 1000,
|
stickyQueueScheduleToStartTimeout: 5 * 1000,
|
||||||
activities,
|
activities,
|
||||||
|
defaultActivityOptions: {
|
||||||
|
retry: {
|
||||||
|
maximumAttempts: 30,
|
||||||
|
},
|
||||||
|
},
|
||||||
})
|
})
|
||||||
logger.info({ taskQueue: 'wynn-worker-ts', namespace: config.TEMPORAL_NAMESPACE }, 'starting temporal worker')
|
logger.info({ taskQueue: 'wynn-worker-ts', namespace: config.TEMPORAL_NAMESPACE }, 'starting temporal worker')
|
||||||
await worker.run()
|
await worker.run()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user