Merge branch 'fix/be/jobqueue-scheduler' into fix/be/uptime-duration

This commit is contained in:
Alex Holliday
2025-01-10 09:48:53 -08:00

View File

@@ -463,8 +463,6 @@ class NewJobQueue {
jobTemplate
);
await queue.upsert;
const workerStats = await this.getWorkerStats(queue);
await this.scaleWorkers(workerStats, queue);
} catch (error) {