diff options
Diffstat (limited to 'packages/backend')
| -rw-r--r-- | packages/backend/src/boot/common.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/backend/src/boot/common.ts b/packages/backend/src/boot/common.ts index 18a2ab149a..268c07582d 100644 --- a/packages/backend/src/boot/common.ts +++ b/packages/backend/src/boot/common.ts @@ -36,6 +36,7 @@ export async function jobQueue() { }); jobQueue.get(QueueProcessorService).start(); + jobQueue.get(ChartManagementService).start(); return jobQueue; } |