ashb commented on PR #67800: URL: https://github.com/apache/airflow/pull/67800#issuecomment-4612289527
> - Connection budget: heartbeat moving to the async engine means a busy API server can hold both the sync pool (for the remaining sync routes) and the async pool concurrently. Size DB max_connections accordingly (called out in the newsfragment). > - PgBouncer (transaction pooling): asyncpg uses server-side prepared statements, which break under transaction-mode PgBouncer. This is documented as a deployment-configuration requirement here; shipping pgbouncer-safe async-engine defaults is deferred and tracked in #<tracking-issue>. I think the agent made these up :) -- 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]
