mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 03:42:16 +00:00
fix(core): Ensure queue is ready when enqueueing (#16098)
This commit is contained in:
@@ -348,6 +348,7 @@ export class WorkflowRunner {
|
||||
if (!this.scalingService) {
|
||||
const { ScalingService } = await import('@/scaling/scaling.service');
|
||||
this.scalingService = Container.get(ScalingService);
|
||||
await this.scalingService.setupQueue();
|
||||
}
|
||||
|
||||
// TODO: For realtime jobs should probably also not do retry or not retry if they are older than x seconds.
|
||||
|
||||
Reference in New Issue
Block a user