Files
FastDeploy/examples/splitwise/stop.sh
Juncai 08ca0f6aea [Feature] [PD] add simple router and refine splitwise deployment (#4709)
* add simple router and refine splitwise deployment

* fix
2025-11-06 14:56:02 +08:00

8 lines
130 B
Bash

pkill -9 -f python
pkill -9 -f fastdeploy
pkill -f -9 gunicorn
if redis-cli ping >/dev/null 2>&1; then
redis-cli shutdown
fi