Timo
08/24/2022, 8:42 AMpostgresqlScheme = "postgresql+asyncpg"
in the values.yaml
----
The reason I'd like to try this is that the dagster-daemon reconnects to our postgres server every second causing a lot of cpu load. Our other connections work just fine.
----
How do I increase the log level of the dagster-daemon itself? (Not the Compute Logs or anything. I mean the dasgter-daemon process/pod)rex
08/24/2022, 11:00 PMTimo
08/25/2022, 6:55 AM.../_utils/logs.py and .../_daemon/controller.py
values.yaml
but even the example does not works, because pg8000 is not installed in the dagster-daemon pod.
# When set, overrides the default `postgresql` scheme for the connection string.
# (e.g., set to `postgresql+pg8000` to use the `pg8000` library).
# See: <https://docs.sqlalchemy.org/en/13/dialects/postgresql.html#dialect-postgresql>
postgresqlScheme: ""
-
2022-08-25T09:35:41.608289872Z ModuleNotFoundError: No module named 'pg8000'