Be able to restart and Update Supervisor and its settings

ben shared this idea 7 months ago
Open Discussion

Hello,

Many of us use websockets for websites and supervisor has been an important tool for it.

Instead of having to log via SSH and each time run Supervisor commands to start, update or stop it, it would be fantastic to have this under the server service tab in the admin panel as supervisor is shared accross all accounts anyway.

It is a lot of work to keep logging in when you change a web socket SSL or worker/queues settings.

Thanks!


Ben

0 votes

Comments (1)

photo

Just had a very difficult week end with supervisor and these commands would be so useful in the admin panel:


supervisorctl stop all

supervisorctl reread

supervisorctl update

supervisorctl restart all

supervisorctl status

supervisord --version


To troubleshoot issues:

ss -tlnp | grep 6001

strace -p 4679 -v -s 1000


And to check the PORT and domain name SSL:
https://www.sslshopper.com/ssl-checker.html?hostname=xyz.com:6001


Being able to see the ini files form the admin panel and see what is set into them would be fantastic.



Leave a Comment