mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(core): Mark invalid enqueued executions as crashed during startup for legacy SQLite driver (#17629)
This commit is contained in:
@@ -21,6 +21,7 @@ export const LOG_SCOPES = [
|
||||
'ssh-client',
|
||||
'cron',
|
||||
'community-nodes',
|
||||
'legacy-sqlite-execution-recovery',
|
||||
] as const;
|
||||
|
||||
export type LogScope = (typeof LOG_SCOPES)[number];
|
||||
|
||||
Reference in New Issue
Block a user