When running sudo supervisorctl mmo stop to stop the mmo service (gunicorn) the gunicorn and underlying python processes are still left running.
This is annoying when running in development and can be confusing for new developers. For now the way to get starting is to just kill the gunicorn + python processes sudo kill -9 XXXX.
Should be fixed. Probably an issue with the supervisor config: /etc/supervisor/conf.d/mmo and/or /home/pi/rdi_inclinometer/gunicorn_start
When running
sudo supervisorctl mmo stopto stop the mmo service (gunicorn) the gunicorn and underlying python processes are still left running.This is annoying when running in development and can be confusing for new developers. For now the way to get starting is to just kill the gunicorn + python processes
sudo kill -9 XXXX.Should be fixed. Probably an issue with the supervisor config:
/etc/supervisor/conf.d/mmoand/or/home/pi/rdi_inclinometer/gunicorn_start