atrbgithub commented on PR #27297:
URL: https://github.com/apache/airflow/pull/27297#issuecomment-1475992651

   @ephraimbuddy Thanks for this!
   
   Will this also help where there are multiple webservers being started on 
different instances?
   
   We originally mitigated this issue by slowing scaling up the workers on each 
instance as described 
[here](https://docs.gunicorn.org/en/stable/faq.html#how-can-i-change-the-number-of-workers-dynamically).
 That worked fine for when there was only one webserver instance, but not when 
there were multiple. 
   
   With this fix, when two webservers both start up and attempt the preload, is 
there a chance they will hit the same issue?


-- 
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]

Reply via email to