The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user AVMusorin (triggered by AVMusorin).

Head commit for run:
3287fab0d192f949f8610240784251fbe2a7d838 / Aleksandr Musorin 
<[email protected]>
Toggle gunicorn --preload with reload_on_plugin_change

Since gunicorn can't reload a new code if starts with ``--preload``
setting, we need to check ``reload_on_plugin_change`` before set it up.

Gunicorn can't reload a new code because the code is preloaded into the
master process and worker are launched with ``fork``, they will still have
the old code.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to