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:
884e5d3759e6c0d443137b754248e067d913021c / Kaxil Naik <[email protected]>
Remove reload_on_plugin_change feature from gunicorn monitor

This feature was a carryover from AF2's webserver that watched the
plugins folder for changes and triggered SIGHUP reloads. In AF3:

- Plugins are less central (most functionality moved to providers)
- The feature added complexity (file hashing, --preload incompatibility)
- Users can restart the API server directly if needed

Also simplifies the code by removing:
- _get_plugin_state(), _check_plugin_changes(), _reload_gunicorn() methods
- reload_on_plugin_change parameter and config option
- hashlib, glob, Path imports (only used for plugin state)

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

With regards,
GitHub Actions via GitBox


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

Reply via email to