Revert "fix: start only one instance of ChartManagementService scheduled job"
This reverts commit 2532fea702
.
This commit is contained in:
parent
a22450d4f3
commit
91cd995fb2
@ -36,6 +36,7 @@ export async function jobQueue() {
|
||||
});
|
||||
|
||||
jobQueue.get(QueueProcessorService).start();
|
||||
jobQueue.get(ChartManagementService).start();
|
||||
|
||||
return jobQueue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user