mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix: Postgres node with ssh tunnel getting into a broken state and not being recreated (#16054)
This commit is contained in:
@@ -18,6 +18,7 @@ export const LOG_SCOPES = [
|
||||
'task-runner',
|
||||
'insights',
|
||||
'workflow-activation',
|
||||
'ssh-client',
|
||||
] as const;
|
||||
|
||||
export type LogScope = (typeof LOG_SCOPES)[number];
|
||||
|
||||
Reference in New Issue
Block a user