mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
add debug log for removing executions from active executions
This commit is contained in:
parent
52368f2e8e
commit
0706149672
|
@ -109,6 +109,7 @@ export class ActiveExecutions {
|
||||||
.finally(() => {
|
.finally(() => {
|
||||||
this.concurrencyControl.release({ mode: executionData.executionMode });
|
this.concurrencyControl.release({ mode: executionData.executionMode });
|
||||||
delete this.activeExecutions[executionId];
|
delete this.activeExecutions[executionId];
|
||||||
|
this.logger.debug('Execution removed', { executionId });
|
||||||
});
|
});
|
||||||
|
|
||||||
this.logger.debug('Execution added', { executionId });
|
this.logger.debug('Execution added', { executionId });
|
||||||
|
|
Loading…
Reference in a new issue