jbanha commented on issue #52270: URL: https://github.com/apache/airflow/issues/52270#issuecomment-3160342467
I have a similar case. I get an increase in memory usage when specific calls are triggered from the UI. > [@brunolnetto](https://github.com/brunolnetto) please try the similar solution for docker compose way of deployment Here is a corresponding fragment of the docker-compose.yaml: > > ``` > services: > airflow-apiserver: > environment: > AIRFLOW__API__WORKERS: '1' > ``` This causes the full container to stop instead of the child process, it is consistent with what is described here: https://github.com/encode/uvicorn/issues/2506#issuecomment-2565287112 -- 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]
