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

Head commit for run:
13f12b02117ab45fa079d06a32d477180c0001d1 / Aleksandr Musorin 
<[email protected]>
fix reload gunicorn workers

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/5358752490

With regards,
GitHub Actions via GitBox


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

Reply via email to