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

Head commit for run:
794333ecaa78be63c93717edba4a7d114b5b3edb / 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 creates the webserver app instead of getting a copy 
of the app.
This results in all the workers trying to write to the database at the same time
causing a lot of IntegrityError in the database.

The fix was to preload the app before forking workers

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

With regards,
GitHub Actions via GitBox


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

Reply via email to