fix: Queue health monitor should only run on worker processes (#6228)

This commit is contained in:
Tom Moor
2023-11-27 20:55:00 -05:00
committed by GitHub
parent 2db7776533
commit 07cd13f17a
7 changed files with 62 additions and 40 deletions

View File

@@ -1,4 +1,4 @@
import { createQueue } from "@server/utils/queue";
import { createQueue } from "@server/queues/queue";
export const globalEventQueue = createQueue("globalEvents", {
attempts: 5,