gvergnolle commented on issue #57776: URL: https://github.com/apache/airflow/issues/57776#issuecomment-3488139654
Same here. I migrated from 2.10.4 to 3.1.1, and I've noticed that my api-server container now requires >4x more resources than it used to. I have a feeling that it comes from the choice of putting the API server at the center and removing the direct DB connections. That plus the amount of calls in the UI, as @g-dailey reported. I have found several places that fire a lot of API calls, sometimes leading to my processes crashing because of the pool of connections being full (e.g., any typing in DAG search or Tag filter will generate one API call **per character**) -- 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]
