ephraimbuddy opened a new pull request, #27297: URL: https://github.com/apache/airflow/pull/27297
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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
