Be able to restart and Update Supervisor and its settings
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
Comments (1)
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.
Replies have been locked on this page!