fix: start only one instance of ChartManagementService scheduled job
This commit is contained in:
@@ -36,7 +36,6 @@ export async function jobQueue() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
jobQueue.get(QueueProcessorService).start();
|
jobQueue.get(QueueProcessorService).start();
|
||||||
jobQueue.get(ChartManagementService).start();
|
|
||||||
|
|
||||||
return jobQueue;
|
return jobQueue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user