feat: rolling update uvicorn workers

This commit is contained in:
Abhishek Kumar 2026-02-26 19:33:43 +05:30
parent 7aef9c6db5
commit 2039b4ce51
10 changed files with 776 additions and 488 deletions

View file

@ -0,0 +1,7 @@
# AUTO-GENERATED by start_services.sh / rolling_update.sh
# Do not edit the generated file directly - edit this template instead.
upstream dograh_backend {
least_conn;
{{UVICORN_UPSTREAM_SERVERS}}
}