Skip to content

Commit 9e02d0a

Browse files
committed
decrease deliver alert max attempts
1 parent 6327be8 commit 9e02d0a

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
@@ -616,7 +616,7 @@ function getWorkerQueue() {
616616
},
617617
"v3.deliverAlert": {
618618
priority: 0,
619-
maxAttempts: 8,
619+
maxAttempts: 5,
620620
handler: async (payload, job) => {
621621
const service = new DeliverAlertService();
622622

0 commit comments

Comments
 (0)