You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.
I tried fixing this by subscribing the service resources to the restart action when the config changes, but it didn't appear to do the job. supervisorctl reload did, but hopefully there's a better way.
The text was updated successfully, but these errors were encountered:
which seems to work - so not sure what the original problem was.
I got here for a similar case, though - made a change to a supervisor_service() entry and didn't get it applied. going to do more testing...
...cannot reproduce, the service gets reloaded (using supervisorctl update) and restarted every time the .conf changes.
there is still the matter of the missing :reload action - @coderanger thoughts on that noah? should it just be dropped from the readme, or should that action be added? I have PR that should work lined up..
I tried fixing this by subscribing the service resources to the restart action when the config changes, but it didn't appear to do the job.
supervisorctl reload
did, but hopefully there's a better way.The text was updated successfully, but these errors were encountered: