mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
remove the setImmediate
This commit is contained in:
parent
4db437d85a
commit
5ecfae6320
|
@ -109,9 +109,7 @@ export class ActiveExecutions {
|
|||
void postExecutePromise.promise
|
||||
.finally(() => {
|
||||
this.concurrencyControl.release({ mode: executionData.executionMode });
|
||||
setImmediate(() => {
|
||||
delete this.activeExecutions[executionId];
|
||||
});
|
||||
delete this.activeExecutions[executionId];
|
||||
})
|
||||
// Do not throw ExecutionCancelledError
|
||||
.catch((error) => {
|
||||
|
|
Loading…
Reference in a new issue