fix(core): Filter out certain executions from crash recovery (#9904)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user