Mikhail Knyazev
11/02/2022, 9:41 AMAdam Bloom
11/02/2022, 1:42 PMalex
11/02/2022, 3:41 PMMikhail Knyazev
11/02/2022, 3:42 PMwhich database are you using?postgresql in docker
alex
11/02/2022, 3:45 PMMikhail Knyazev
11/02/2022, 3:48 PMalex
11/02/2022, 3:53 PMsqlalchemy
versions have problems? unclear
it could also be this sporadic issue that Adam mentions which im not sure what to make of . One speculation is that its related to our old implementation stuck on an ancient version of rx
which i am hoping to update to async generator backed https://github.com/dagster-io/dagster/pull/9334?no-redirect=1Adam Bloom
11/02/2022, 4:17 PM(psycopg2.OperationalError) SSL SYSCALL error: EOF detected
pretty much dailyalex
11/02/2022, 4:26 PMkeepalive
related kwargs set in addition to enabling ssl?Adam Bloom
11/02/2022, 4:28 PMalex
11/02/2022, 4:34 PMpool_recycle
on for mysql dagit connection - could add it to pg storagesAdam Bloom
11/02/2022, 4:48 PMalex
11/03/2022, 7:53 PMAdam Bloom
11/03/2022, 7:53 PMalex
11/03/2022, 7:58 PMdagit
cli flag to set it is probably ideal but a lot more plumbing. If we did that i think we would still have the default be the same 3600
s in bothAdam Bloom
11/07/2022, 5:00 PM