mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
feat: rolling update uvicorn workers
This commit is contained in:
parent
7aef9c6db5
commit
2039b4ce51
10 changed files with 776 additions and 488 deletions
|
|
@ -130,8 +130,8 @@ for pidfile in "${pid_files[@]}"; do
|
|||
fi
|
||||
done
|
||||
|
||||
# Clean up any port tracking files for uvicorn
|
||||
rm -f "$RUN_DIR/uvicorn.port" "$RUN_DIR/uvicorn_new.port" "$RUN_DIR/uvicorn_old.pid"
|
||||
# Clean up any port tracking files for uvicorn and band tracking
|
||||
rm -f "$RUN_DIR/uvicorn.port" "$RUN_DIR/uvicorn_new.port" "$RUN_DIR/uvicorn_old.pid" "$RUN_DIR/active_band"
|
||||
|
||||
###############################################################################
|
||||
### SUMMARY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue