fix(core): Mark invalid enqueued executions as crashed during startup for legacy SQLite driver (#17629)

This commit is contained in:
Andreas Fitzek
2025-08-05 13:13:55 +02:00
committed by GitHub
parent eca95f3432
commit 318a91a3e9
7 changed files with 173 additions and 3 deletions

View File

@@ -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];