Skip to content

Commit 7132f6b

Browse files
committed
Revert "decrease deliver alert priority"
This reverts commit d878b8b.
1 parent d878b8b commit 7132f6b

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

0 commit comments

Comments
 (0)