浏览代码

Updated TODO.

Mike Naberezny 17 年之前
父节点
当前提交
cd091bc991
共有 1 个文件被更改,包括 16 次插入0 次删除
  1. 16 0
      TODO.txt

+ 16 - 0
TODO.txt

@@ -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 tab completion and history.
 
 
 - Supervisorctl "debug" command (communicate with a process over its stdin).
 - Supervisorctl "debug" command (communicate with a process over its stdin).