The GitHub Actions job "Tests" on airflow.git/gunicorn-api-server has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
1a7ff78b57c6110c3796b29dd28df6cf96e87ccf / Kaxil Naik <[email protected]>
Add gunicorn support for API server with rolling worker restarts

Add optional gunicorn server type for the API server that provides:
- Memory sharing via preload + fork copy-on-write
- Rolling worker restarts through GunicornMonitor
- Correct FIFO signal handling (SIGTTOU kills oldest worker)

New configuration options in [api] section:
- server_type: uvicorn (default) or gunicorn
- worker_refresh_interval: seconds between refresh cycles (0=disabled)
- worker_refresh_batch_size: workers to refresh per cycle
- master_timeout: gunicorn master timeout
- reload_on_plugin_change: reload on plugin file changes

Requires apache-airflow-core[gunicorn] extra for gunicorn mode.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to