GitHub user potiuk added a comment to the discussion: Disabling auto-refresh from UI has gone missing
I think if you are seeing such long loads, there is something seriously wrong with your setup - for example you gave too little resources to your db or api server. I suggest you look at what is taking so much time - all queries should be ussing indexes and pagination to make things faster. I f you can track it down _ by i section g what is going wrong - which api calls are taking long and looking at corresponding queries in the dn and look at your resource usage you might find the culprit. GitHub link: https://github.com/apache/airflow/discussions/53175#discussioncomment-13730021 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
