rachelwigell opened a new issue #18069: URL: https://github.com/apache/airflow/issues/18069
### Description Auto-refresh is an awesome new feature! Right now it occurs every [3 seconds](https://github.com/astronomer/airflow/blob/main/airflow/www/static/js/tree.js#L463), and this interval is not configurable. ### Use case/motivation On a DAG with many tasks and many active DAG runs, auto-refresh can be a significant strain on the webserver. We observed our production webserver reach 100% CPU today when we had about 30 running DAG runs of a DAG containing about 50 tasks. Being able to increase the interval to guard against this would be helpful. ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
