refactor(core): Decouple leadership-change handlers using decorators (#15009)

This commit is contained in:
Iván Ovejero
2025-04-30 12:59:57 +02:00
committed by GitHub
parent 9541b5bb07
commit 9c0e0f0d2e
16 changed files with 49 additions and 127 deletions

View File

@@ -81,7 +81,6 @@ describe('ScalingService', () => {
mock(),
instanceSettings,
mock(),
mock(),
);
getRunningJobsCountSpy = jest.spyOn(scalingService, 'getRunningJobsCount');