Author Topic: Add Supervisor support to CWP for managing long-lived processes  (Read 50 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
I'd like to suggest adding support for Supervisor in CWP. While I personally use it mostly for managing Laravel queue workers, there are many other use cases where Supervisor is essential, like handling background jobs, WebSocket servers, scheduled tasks, or any long-running process that needs to stay alive and restart automatically if it fails.

It would be great if CWP could:
   •   Include Supervisor by default or offer a one-click install option from the panel;
   •   Optionally provide a basic GUI to manage .ini files and control/restart processes;
   •   Show the status of running Supervisor-managed processes from within the interface.

This would make CWP even more powerful for developers and sysadmins running modern web applications that rely on persistent background processes.

Thanks again, and I hope this can be considered for a future release!