[Supervisor-checkins] r796 - supervisor/trunk
Mike Naberezny
mike at maintainable.com
Mon Aug 11 00:36:26 EDT 2008
Author: Mike Naberezny <mike at maintainable.com>
Date: Mon Aug 11 00:36:25 2008
New Revision: 796
Log:
Updated TODO.
Modified:
supervisor/trunk/TODO.txt
Modified: supervisor/trunk/TODO.txt
==============================================================================
--- supervisor/trunk/TODO.txt (original)
+++ supervisor/trunk/TODO.txt Mon Aug 11 00:36:25 2008
@@ -1,3 +1,19 @@
+- Finish process group reloading that was merged into trunk. We decided to
+ implement addProcessGroup() such that at the time it is called, it reads the
+ config from disk and then adds the group if found. It will have no other
+ side effects and will not require a sort of "refresh" command to be called
+ prior. We decided that a supervisorctl "avail" command will not be
+ implemented. We decided that we are not going to implement any kind of DWIM
+ or "smart" config reloading in the foreseeable future and will remove the
+ process group "diffing" functionality that attempts to compare the runtime
+ config to that on disk.
+
+- Add an option that allows numprocs for an existing process group to be
+ adjusted at runtime. Requested by Roger Hoover.
+
+- Subprocess logging appears to stop when the subprocess moves to the "killing"
+ state. Reported to the mailing list by Nicolas Grilly on 2008-04-13.
+
- Supervisorctl tab completion and history.
- Supervisorctl "debug" command (communicate with a process over its stdin).
More information about the Supervisor-checkins
mailing list