mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
08ca0f6aea
* add simple router and refine splitwise deployment * fix
8 lines
130 B
Bash
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
|