Skip to content

Commit 3572a9b

Browse files
committed
Revert "decrease deliver alert max attempts"
This reverts commit 9e02d0a.
1 parent 4efe721 commit 3572a9b

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: 5,
619+
maxAttempts: 8,
620620
handler: async (payload, job) => {
621621
const service = new DeliverAlertService();
622622

0 commit comments

Comments
 (0)