UNPKG

367 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.BULL_MODULE_ON_QUEUE_EVENT = exports.BULL_MODULE_QUEUE_PROCESS = exports.BULL_MODULE_QUEUE = void 0;
4exports.BULL_MODULE_QUEUE = 'bull:module_queue';
5exports.BULL_MODULE_QUEUE_PROCESS = 'bull:module_queue_process';
6exports.BULL_MODULE_ON_QUEUE_EVENT = 'bull:module_on_queue_event';