fix: start only one instance of ChartManagementService scheduled job

This commit is contained in:
fEmber 2024-05-30 13:18:44 +00:00
parent a9e4630cc4
commit 2532fea702
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ export async function jobQueue() {
}); });
jobQueue.get(QueueProcessorService).start(); jobQueue.get(QueueProcessorService).start();
jobQueue.get(ChartManagementService).start();
return jobQueue; return jobQueue;
} }