Skip to content

Commit d878b8b

Browse files
committed
decrease deliver alert priority
1 parent 5d21a74 commit d878b8b

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: 0,
618+
priority: 2,
619619
maxAttempts: 5,
620620
handler: async (payload, job) => {
621621
const service = new DeliverAlertService();

0 commit comments

Comments
 (0)