|
I'm using supervisor to monitor gunicorn. I'm aware that if supervisor stops working gunicorn stops get monitored. A possible solution is to invoke from the crontab a script to monitor and eventually re/start supervisor. I'd really appreciate some example code on how a such script could be implemented. |