merge: Revert "fix: start only one instance of ChartManagementService scheduled job" (!555)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/555 Approved-by: Amelia Yukii <amelia.yukii@shourai.de> Approved-by: fEmber <acomputerdog@gmail.com>
This commit is contained in:
commit
16ecc2e406
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ export async function jobQueue() {
|
||||||
});
|
});
|
||||||
|
|
||||||
jobQueue.get(QueueProcessorService).start();
|
jobQueue.get(QueueProcessorService).start();
|
||||||
|
jobQueue.get(ChartManagementService).start();
|
||||||
|
|
||||||
return jobQueue;
|
return jobQueue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue