You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have postgres DB in AWS. I use this client to connect to it in VScode. I need to click refresh multiple times before it can establish a connection to my AWS DB. Then the connection breaks after some inactivity, I need to then do the same refresh button click again. Is there a way to increase time it waits for connection establishment to succeed? Is there a keep alive so that it doesnt break the connection often.
update:
Here is the log i see on output. Today it connected relatively quickly. But some days i need to keep clicking refresh.
2024-03-24 11:39:53 Execute fail : SELECT datname "Database" FROM pg_database WHERE datistemplate = false order by datname ASC;
2024-03-24 11:39:53 Error: read ETIMEDOUT
at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
2024-03-24 11:39:53 Execute fail : SELECT datname "Database" FROM pg_database WHERE datistemplate = false order by datname ASC;
2024-03-24 11:39:53 Error: read ETIMEDOUT
at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
2024-03-24 11:39:53 Execute fail : SELECT datname "Database" FROM pg_database WHERE datistemplate = false order by datname ASC;
2024-03-24 11:39:53 Error: read ETIMEDOUT
at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
2024-03-24 11:39:53 Execute fail : SELECT datname "Database" FROM pg_database WHERE datistemplate = false order by datname ASC;
2024-03-24 11:39:53 Error: read ETIMEDOUT
at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
2024-03-24 11:39:54 Creating PostgreSQL connection for 1697345580019/postgres_tree
2024-03-24 11:40:15 Execute fail : SELECT nspname "schema" from pg_catalog.pg_namespace order by nspname ASC;
2024-03-24 11:40:15 Error: read ETIMEDOUT
at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
2024-03-24 11:40:15 Execute fail : SELECT nspname "schema" from pg_catalog.pg_namespace order by nspname ASC;
2024-03-24 11:40:15 Error: read ETIMEDOUT
at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
2024-03-24 11:40:15 Error: read ETIMEDOUT
at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
2024-03-24 11:40:15 Error: read ETIMEDOUT
at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
2024-03-24 11:40:16 Creating PostgreSQL connection for 1697345580019/maindb_tree
The text was updated successfully, but these errors were encountered:
i have postgres DB in AWS. I use this client to connect to it in VScode. I need to click refresh multiple times before it can establish a connection to my AWS DB. Then the connection breaks after some inactivity, I need to then do the same refresh button click again. Is there a way to increase time it waits for connection establishment to succeed? Is there a keep alive so that it doesnt break the connection often.
update:
Here is the log i see on output. Today it connected relatively quickly. But some days i need to keep clicking refresh.
2024-03-24 11:39:53 Execute fail : SELECT datname "Database" FROM pg_database WHERE datistemplate = false order by datname ASC;
2024-03-24 11:39:53 Error: read ETIMEDOUT
at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
2024-03-24 11:39:53 Execute fail : SELECT datname "Database" FROM pg_database WHERE datistemplate = false order by datname ASC;
2024-03-24 11:39:53 Error: read ETIMEDOUT
at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
2024-03-24 11:39:53 Execute fail : SELECT datname "Database" FROM pg_database WHERE datistemplate = false order by datname ASC;
2024-03-24 11:39:53 Error: read ETIMEDOUT
at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
2024-03-24 11:39:53 Execute fail : SELECT datname "Database" FROM pg_database WHERE datistemplate = false order by datname ASC;
2024-03-24 11:39:53 Error: read ETIMEDOUT
at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
2024-03-24 11:39:54 Creating PostgreSQL connection for 1697345580019/postgres_tree
2024-03-24 11:40:15 Execute fail : SELECT nspname "schema" from pg_catalog.pg_namespace order by nspname ASC;
2024-03-24 11:40:15 Error: read ETIMEDOUT
at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
2024-03-24 11:40:15 Execute fail : SELECT nspname "schema" from pg_catalog.pg_namespace order by nspname ASC;
2024-03-24 11:40:15 Error: read ETIMEDOUT
at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
2024-03-24 11:40:15 Error: read ETIMEDOUT
at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
2024-03-24 11:40:15 Error: read ETIMEDOUT
at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
2024-03-24 11:40:16 Creating PostgreSQL connection for 1697345580019/maindb_tree
The text was updated successfully, but these errors were encountered: