This commit is contained in:
Chocobozzz 2023-01-09 14:42:52 +01:00
parent f99a3f7dce
commit 1c30b112b9
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -184,7 +184,7 @@ class JobQueue {
this.jobRedisPrefix = 'bull-' + WEBSERVER.HOST
for (const handlerName of (Object.keys(handlers) as JobType[])) {
for (const handlerName of Object.keys(handlers)) {
this.buildWorker(handlerName)
this.buildQueue(handlerName)
this.buildQueueScheduler(handlerName)