有什么方法可以为正在运行的 python 进程热重载 python 模块?在通常情况下,我们可以运行kill -HUP <pid>
一些服务器,如 squid、nginx、gunicorn。我正在运行的进程是
root 6 0.6 0.9 178404 39116 ? S 14:21 0:00 python3 ./src/app.py --config ./conf/config.yml
root 7 0.0 1.0 501552 43404 ? Sl 14:21 0:00 python3 ./src/app.py --config ./conf/config.yml
root 8 0.0 1.0 501808 43540 ? Sl 14:21 0:00 python3 ./src/app.py --config ./conf/config.yml