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:
@@ -829,7 +829,8 @@ export type SSHCredentials = {
|
||||
);
|
||||
|
||||
export interface SSHTunnelFunctions {
|
||||
getSSHClient(credentials: SSHCredentials): Promise<SSHClient>;
|
||||
getSSHClient(credentials: SSHCredentials, abortController?: AbortController): Promise<SSHClient>;
|
||||
updateLastUsed(client: SSHClient): void;
|
||||
}
|
||||
|
||||
type CronUnit = number | '*' | `*/${number}`;
|
||||
|
||||
Reference in New Issue
Block a user