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:
dakkar 2024-06-18 14:26:51 +00:00
commit 16ecc2e406

View file

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