|
@@ -1,5 +1,5 @@
|
|
|
- Both the "tail" and "fg" commands in supervisorctl have tests to verify
|
|
|
- their error handling but not actual operation. We should add some additional
|
|
|
+ their error handling but not actual operation. We should add some additional
|
|
|
tests to verify their operation for completeness.
|
|
|
|
|
|
- Add an option that allows numprocs for an existing process group to be
|
|
@@ -29,7 +29,7 @@
|
|
|
|
|
|
- When we try to kill a process and the os.kill command raises an
|
|
|
exception (stopProcess)
|
|
|
-
|
|
|
+
|
|
|
- If eventlisteners repeatedly reject (or crash on) an event, causing
|
|
|
the event to be rebuffered above a reasonable threshold.
|
|
|
|
|
@@ -58,15 +58,17 @@
|
|
|
- Support operations against both stderr and stdout logs.
|
|
|
|
|
|
- Organize processes by group and allow groups to be started/stopped.
|
|
|
-
|
|
|
+
|
|
|
- Allow a supervisorctl-like command line through the web interface.
|
|
|
-
|
|
|
+
|
|
|
- Consider configuration reloading options (see issue #37 for more).
|
|
|
|
|
|
- Display more information about Supervisor (identification, pid, etc.)
|
|
|
|
|
|
- Should use POST requests for actions that change server state
|
|
|
|
|
|
+ - Option to automatically refresh the status page (issue #73).
|
|
|
+
|
|
|
- Expat error on Jens' system running slapd as root after reload.
|
|
|
|
|
|
- Unit tests for log rotation.
|