|
|
|
|
|
by zeemonkee
5717 days ago
|
|
supervisord is also quite nice for managing processes. You can restart individual processes through the supervisorctl command, e.g. "supervisorctl restart my-gunicorn-process". This can easily be rolled into a fabric command. |
|