potiuk commented on issue #53157: URL: https://github.com/apache/airflow/issues/53157#issuecomment-3059278919
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. -- 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]
