Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove running programs when configs are removed. #126

Merged
merged 2 commits into from
Dec 7, 2018

Conversation

quanghiem
Copy link
Contributor

When you remove a Supervisord program with param config_include_purge => true, the config file is removed but Supervisord isn't notified so the process is still running.

This change triggers supervisord::reload (reread and update) to remove the program.

Similar to PR #125, but does a supervisord::reload instead of a supervisors::service, which restarts the Supervisord daemon.

@ajcrowe ajcrowe merged commit 4a3e080 into ajcrowe:master Dec 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants