refactor(core): Separate listeners in scaling service (no-changelog) (#10487)

This commit is contained in:
Iván Ovejero
2024-08-26 12:35:39 +02:00
committed by GitHub
parent 96e69ad5f2
commit 352aa2a9a4
9 changed files with 149 additions and 210 deletions

View File

@@ -8,7 +8,7 @@ import { WorkflowRepository } from '@/databases/repositories/workflow.repository
import * as WorkflowExecuteAdditionalData from '@/workflow-execute-additional-data';
import { NodeTypes } from '@/node-types';
import type { ExecutionStatus, IExecuteResponsePromiseData, IRun } from 'n8n-workflow';
import type { Job, JobId, JobResult, RunningJob, RunningJobSummary } from './types';
import type { Job, JobId, JobResult, RunningJob, RunningJobSummary } from './scaling.types';
import type PCancelable from 'p-cancelable';
/**