add debug log for removing executions from active executions

This commit is contained in:
Danny Martini 2024-09-18 18:11:58 +02:00
parent 52368f2e8e
commit 0706149672
No known key found for this signature in database

View file

@ -109,6 +109,7 @@ export class ActiveExecutions {
.finally(() => {
this.concurrencyControl.release({ mode: executionData.executionMode });
delete this.activeExecutions[executionId];
this.logger.debug('Execution removed', { executionId });
});
this.logger.debug('Execution added', { executionId });