fix(core): Filter out certain executions from crash recovery (#9904)

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
Iván Ovejero
2024-07-02 17:07:07 +02:00
committed by GitHub
parent 61c20d1ae3
commit 7044d1ca28
12 changed files with 217 additions and 20 deletions

View File

@@ -222,6 +222,8 @@ export class MessageEventBusLogWriter {
case 'n8n.workflow.success':
case 'n8n.workflow.failed':
case 'n8n.workflow.crashed':
case 'n8n.execution.throttled':
case 'n8n.execution.started-during-bootup':
delete results.unfinishedExecutions[executionId];
break;
case 'n8n.node.started':