Caleb Fornari
06/17/2022, 5:32 PMOperation name: RootWorkspaceQuery
Message: (psycopg2.OperationalError) SSL SYSCALL error: EOF detected
[SQL: SELECT c.relname FROM pg_class c JOIN pg_namespace n ON n.oid = c.relnamespace WHERE n.nspname = %(schema)s AND c.relkind in ('r', 'p')]
[parameters: {'schema': 'public'}]
(Background on this error at: <https://sqlalche.me/e/14/e3q8>)
Path: ["workspaceOrError","locationEntries",0,"locationOrLoadError","repositories",0,"schedules"]
Locations: [{"line":38,"column":15}]
keepalives: 1
and Keepalives_idle: 60
to the postgresqlParams
values for the Helm deployment but this did not mitigate the issue.daniel
06/17/2022, 5:43 PMCaleb Fornari
06/17/2022, 5:46 PMdaniel
06/17/2022, 6:01 PMDagster Bot
06/17/2022, 6:01 PMCaleb Fornari
06/17/2022, 6:25 PMpool_pre_ping
can be exposed that would definitely be worth trying I thinkMykola Palamarchuk
09/19/2022, 7:22 AMCaleb Fornari
09/19/2022, 4:49 PM