GitHub user jonasmw94 added a comment to the discussion: API server becomes unresponsive when viewing UI with many active DAG runs (Airflow 3.x, Kubernetes)
After configuring pgbouncer a bit differently, it appears stable. It looks like there was SQL-queries piling up against my postgres db. I used this configuration for pgbouncer: ```ini [pgbouncer] ... pool_mode = transaction default_pool_size = 100 ``` GitHub link: https://github.com/apache/airflow/discussions/58395#discussioncomment-15079735 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
