Daniel Mosesson
12/21/2022, 2:32 PMdagster._core.errors.DagsterLaunchFailedError: Error during RPC setup for executing run: dagster_postgres.utils.DagsterPosgresException: too many retries for DB connection
but other jobs work just fine. Any ideas what could be happening?daniel
12/22/2022, 5:58 PMDaniel Mosesson
12/22/2022, 6:30 PMprha
12/22/2022, 8:06 PMDaniel Mosesson
12/22/2022, 10:19 PMSCRAM authentication requires libpq version 10 or above
which cause the authentication to fail
• psycopg2-binary is installed (dependancy of dagster-postgres)
• the new code location includes psycopg (version 3) in a venv which doesn't play nice with psycopg2, but I somehow it is interfering with the host dagit process???prha
12/22/2022, 10:57 PMDaniel Mosesson
12/23/2022, 1:06 PMdaniel
12/25/2022, 4:04 PMDaniel Mosesson
12/25/2022, 4:08 PMdagster-postgres
?daniel
12/25/2022, 4:14 PMDaniel Mosesson
12/25/2022, 4:15 PMdagster migrate
when there is a reason to on the dagit
processes, but updating all the packages usually happens sometime laterdaniel
12/25/2022, 4:22 PM