Anders Quist wrote: > On Fri, 25 Jul 2008 23:22:29 -0400, Chris McDonough <[EMAIL PROTECTED]> > writes: > >> I've changed the following: >> >> - I've removed the reread, avail, and reread commands from supervisorctl >> as they're not quite yet ready for primetime. >> >> - I removed the backend code from rpcinterface to handle reread, as it >> only computes a diff rather than restarting any processes. > > What deficiencies does reread have? If you want to add/remove > processes manually, don't you want a way to reload the config file? Or > was the implementation objectionable?
I may have misunderstood this. I had assumed that using "add" in particular implied that the config file would be reread, and no manual reread step would be required before you tried to use "add". But maybe it doesn't operate that way. I didn't actually test trying to add a program that wasn't already in the config file when supervisord started. > >> - I've changed "drop" to "remove" in supervisorctl. >> >> - I've changed the way errors are handled for the newly added supervisorctl >> commands. > > Sorry, I had forgotten to fix that. No worries, it was simple. - C _______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
