ido177 commented on issue #56129: URL: https://github.com/apache/airflow/issues/56129#issuecomment-3365110139
I [disabled](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#sql-alchemy-pool-enabled) pulling since we use pgbouncer. The problem is gone now It's worth noting that if you use pgbouncer, you need to take a closer look at the parameters: - default_pool_size - max_client_conn - query_wait_timeout If the pool is busy with existing connections, new ones cannot be created, hence the timeout -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
