Revert "decrease deliver alert priority"

This reverts commit d878b8b053.
This commit is contained in:
nicktrn
2024-09-24 20:08:23 +01:00
parent d878b8b053
commit 7132f6bde0
+1 -1
View File
@@ -615,7 +615,7 @@ function getWorkerQueue() {
},
},
"v3.deliverAlert": {
priority: 2,
priority: 0,
maxAttempts: 5,
handler: async (payload, job) => {
const service = new DeliverAlertService();