fix: Queue health monitor should only run on worker processes (#6228)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { createQueue } from "@server/utils/queue";
|
||||
import { createQueue } from "@server/queues/queue";
|
||||
|
||||
export const globalEventQueue = createQueue("globalEvents", {
|
||||
attempts: 5,
|
||||
|
||||
Reference in New Issue
Block a user