chore: Refactoring event processors and service architecture (#2495)
This commit is contained in:
7
server/queues/index.js
Normal file
7
server/queues/index.js
Normal file
@ -0,0 +1,7 @@
|
||||
// @flow
|
||||
import { createQueue } from "../utils/queue";
|
||||
|
||||
export const globalEventQueue = createQueue("globalEvents");
|
||||
export const processorEventQueue = createQueue("processorEvents");
|
||||
export const websocketsQueue = createQueue("websockets");
|
||||
export const emailsQueue = createQueue("emails");
|
Reference in New Issue
Block a user