Skip to content

Commit cbcdd41

Browse files
committed
Increase events.deliverScheduled attempts
1 parent 4ee169c commit cbcdd41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/services/worker.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ function getWorkerQueue() {
301301
},
302302
"events.deliverScheduled": {
303303
priority: 0, // smaller number = higher priority
304-
maxAttempts: 5,
304+
maxAttempts: 8,
305305
handler: async ({ id, payload }, job) => {
306306
const service = new DeliverScheduledEventService();
307307

0 commit comments

Comments
 (0)