The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).
Head commit for run: c14e33fb2dcc7c9a7ca514f0e0cb5636cb4925f7 / Ephraim Anierobi <[email protected]> Fix IntegrityError during webserver startup When starting up the webserver, we create all the `gunicorn` workers needed and each of these workers would now have a copy of the webserver app. Running this copy by each worker causes a lot of IntegrityError in the database. However, Gunicorn has a `--preload` option which helps to load the application code before starting the workers. I have no idea why we are not using it but using it helped resolve the Integrity Errors. Happy to hear from you. Report URL: https://github.com/apache/airflow/actions/runs/3265408902 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
