mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
test(core): Add tests for scaling service (no-changelog) (#10320)
This commit is contained in:
@@ -16,7 +16,7 @@ import type PCancelable from 'p-cancelable';
|
||||
*/
|
||||
@Service()
|
||||
export class JobProcessor {
|
||||
private readonly runningJobs: { [jobId: JobId]: RunningJob } = {};
|
||||
private readonly runningJobs: Record<JobId, RunningJob> = {};
|
||||
|
||||
constructor(
|
||||
private readonly logger: Logger,
|
||||
|
||||
Reference in New Issue
Block a user