Hello, I have a few feature requests that I would love to see implemented. I mainly use supervisord for managing gearman workers, so my use cases might be a bit different than most, but I'm hoping they can be accomodated anyway. :)
1. Ability to restart all currently running processes. Currently restart all stops everything that is running and then starts everything that it knows about, even if not set to auto-start. 2. When restarting, rather than stopping all and then starting all, stop-start each one sequentially so that at most there's only one not running. If I have 5 workers running I can afford to have that dip to 4 but not to 0. 3. Allow starting/stopping by simple pattern matching. For example stop resizeWorker* would stop resizeWorker1, resizeWorker2, resizeWorker3 etc. but not reverseWorker1. Thanks, Jay _______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
