feat: add rolling updates for production deployment (#175)

* feat: rolling update uvicorn workers

* script fixes
This commit is contained in:
Abhishek 2026-03-02 14:44:04 +05:30 committed by GitHub
parent ad6261333d
commit aed5a782fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 785 additions and 497 deletions

View file

@ -29,7 +29,7 @@ dograh/
```bash
# Start infrastructure services (postgres, redis, minio)
./scripts/start_services.sh --dev
./scripts/start_services_dev.sh
# Stop all services
./scripts/stop_services.sh