Skip to content
Snippets Groups Projects
Commit 2532fea7 authored by Hazelnoot's avatar Hazelnoot
Browse files

fix: start only one instance of ChartManagementService scheduled job

parent a9e4630c
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,6 @@ export async function jobQueue() {
});
jobQueue.get(QueueProcessorService).start();
jobQueue.get(ChartManagementService).start();
return jobQueue;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment