Skip to content

Fix issue with "supervisorctl mmo stop" #33

@asbjorn

Description

@asbjorn

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions