dt-common-device 13.0.17 → 13.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,7 +9,7 @@ exports.closeNotificationQueue = closeNotificationQueue;
|
|
|
9
9
|
const bullmq_1 = require("bullmq");
|
|
10
10
|
const config_1 = require("../config/config");
|
|
11
11
|
const ioredis_1 = __importDefault(require("ioredis"));
|
|
12
|
-
const QUEUE_NAME = "notification
|
|
12
|
+
const QUEUE_NAME = "notification-events";
|
|
13
13
|
// Singleton instances
|
|
14
14
|
let notificationQueue = null;
|
|
15
15
|
let notificationWorker = null;
|