fix: Postgres node with ssh tunnel getting into a broken state and not being recreated (#16054)

This commit is contained in:
Danny Martini
2025-06-13 14:38:21 +02:00
committed by GitHub
parent 80a784a50c
commit 879114b572
9 changed files with 606 additions and 199 deletions

View File

@@ -18,6 +18,7 @@ export const LOG_SCOPES = [
'task-runner',
'insights',
'workflow-activation',
'ssh-client',
] as const;
export type LogScope = (typeof LOG_SCOPES)[number];