You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/08/28 00:42:20 UTC

[GitHub] [airflow] danielnazareth89 commented on issue #8907: Airflow web UI is slow

danielnazareth89 commented on issue #8907:
URL: https://github.com/apache/airflow/issues/8907#issuecomment-682261246


   I fixed this by changing the default worker gunicorn from **sync** to an asynchronous class namely **gevent**. Please see the below AWS thread for the weird behaviour between gunicorn and ELB's. 
   
   [https://forums.aws.amazon.com/thread.jspa?messageID=419138](url)
   
   So, simply set AIRFLOW__WEBSERVER__WORKER_CLASS: "gevent" in your config, should be better


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org