Re: [I] Document best practices for using `uvicorn` API server on Kubernetes [airflow]
jason810496 closed issue #61431: Document best practices for using `uvicorn` API server on Kubernetes URL: https://github.com/apache/airflow/issues/61431 -- 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]
Re: [I] Document best practices for using `uvicorn` API server on Kubernetes [airflow]
abhijeets25012-tech commented on issue #61431: URL: https://github.com/apache/airflow/issues/61431#issuecomment-3858232814 i have raised a pr all checks have passed only your review is required -- 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]
Re: [I] Document best practices for using `uvicorn` API server on Kubernetes [airflow]
abhijeets25012-tech commented on issue #61431: URL: https://github.com/apache/airflow/issues/61431#issuecomment-3847158117 I would like to contribute -- 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]
[I] Document best practices for using `uvicorn` API server on Kubernetes [airflow]
jason810496 opened a new issue, #61431: URL: https://github.com/apache/airflow/issues/61431 ### Body When running the Airflow API server with the default `uvicorn` mode on Kubernetes, users may still want a strategy to periodically restart pods to avoid long‑lived process issues (e.g. memory growth, stale state), especially since `uvicorn` does not support rolling worker restarts like the new `gunicorn` mode. We should: - Extend `airflow-core/docs/administration-and-deployment/web-stack.rst` to document: - Best practices for running the API server with `uvicorn` on Kubernetes. - Example approaches for periodically restarting API server pods (e.g. cluster‑level mechanisms, rolling restarts) and when this is recommended vs. relying on Kubernetes OOM/restarts. - Cross‑link this section from any API server / web‑stack docs that discuss server types (`server_type = uvicorn|gunicorn`). ### Committer - [x] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- 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]
