The GitHub Actions job "Tests (AMD)" on airflow.git/backport-322-65276 has 
failed.
Run started by GitHub user vatsrahul1001 (triggered by vatsrahul1001).

Head commit for run:
6ceab97d51806bfa685948bf9c4e7eec89418360 / Kaxil Naik <[email protected]>
Fix async engine missing pool_recycle and pool_pre_ping configuration (#65276)

The async SQLAlchemy engine was created without any pool health
settings while the sync engine got pool_size, pool_recycle,
pool_pre_ping, and max_overflow from [database] config. This meant
dead connections from PostgreSQL idle timeouts or pgbouncer disconnects
were never detected by the async pool.

Read the same [database] config values for the async engine. Also
respect SQL_ALCHEMY_POOL_ENABLED=False by using NullPool, matching
the sync engine behavior.

(cherry picked from commit 981b0e218c5cf18ffc74cff21a991e20e34611a8)

Report URL: https://github.com/apache/airflow/actions/runs/25805626544

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to