mirror of
https://github.com/docmost/docmost.git
synced 2026-05-14 20:54:07 +08:00
Implement BullMQ for background job processing
* new REDIS_URL environment variable
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export * from './queue.constants';
|
||||
@@ -0,0 +1,7 @@
|
||||
export enum QueueName {
|
||||
EMAIL_QUEUE = '{email-queue}',
|
||||
}
|
||||
|
||||
export enum QueueJob {
|
||||
SEND_EMAIL = 'send-email',
|
||||
}
|
||||
Reference in New Issue
Block a user