Revert "fix: start only one instance of ChartManagementService scheduled job"
This reverts commit 2532fea702
.
This commit is contained in:
parent
a22450d4f3
commit
91cd995fb2
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ export async function jobQueue() {
|
|||
});
|
||||
|
||||
jobQueue.get(QueueProcessorService).start();
|
||||
jobQueue.get(ChartManagementService).start();
|
||||
|
||||
return jobQueue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue