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

@ -59,7 +59,7 @@ bash scripts/setup_pipecat.sh
```
10. Start backend services
```
bash scripts/start_services.sh --dev
bash scripts/start_services_dev.sh
```
Verify that your backend server is running
```