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]