From bc464c61852946f50250f280afc1baef03d3667d Mon Sep 17 00:00:00 2001 From: a Date: Tue, 15 Jul 2025 23:28:48 -0500 Subject: [PATCH] noot --- ts/src/cmd/worker.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ts/src/cmd/worker.ts b/ts/src/cmd/worker.ts index ec1a7ab..6bfc280 100644 --- a/ts/src/cmd/worker.ts +++ b/ts/src/cmd/worker.ts @@ -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()