diff options
Diffstat (limited to 'packages/backend/src/boot/common.ts')
| -rw-r--r-- | packages/backend/src/boot/common.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/backend/src/boot/common.ts b/packages/backend/src/boot/common.ts index 279a1fe59d..45ded5495c 100644 --- a/packages/backend/src/boot/common.ts +++ b/packages/backend/src/boot/common.ts @@ -34,4 +34,6 @@ export async function jobQueue() { jobQueue.get(QueueProcessorService).start(); jobQueue.get(ChartManagementService).start(); + + return jobQueue; } |