|
@@ -5,27 +5,19 @@
|
|
|
|
|
|
- provide "restart all" functionality
|
|
|
|
|
|
-- Documentation:
|
|
|
+- Make logging of stdout optional on a per-process basis (but default yes).
|
|
|
|
|
|
- - Error conditions when X-bit not set on command file.
|
|
|
+- Rewrite the delay/backoff stuff so humans can understand it.
|
|
|
|
|
|
- - SUPERVISOR_ENABLED envvar.
|
|
|
-
|
|
|
- - stopsignal can be TERM, HUP, INT, QUIT, KILL, USR1, or USR2
|
|
|
-
|
|
|
- - copy sample.conf to /etc/supervisord.conf
|
|
|
+- Move 'forever' and 'backofflimit' options into process config.
|
|
|
|
|
|
- If a process dies with an expected exit code but keeps dying, it
|
|
|
will restart forever.
|
|
|
|
|
|
-- Move 'forever' and 'backofflimit' options into process config.
|
|
|
-
|
|
|
- Unit tests for meld classes and ui server.
|
|
|
|
|
|
- Tail main log.
|
|
|
|
|
|
-- Figure out how to test the actual supervisord class.
|
|
|
-
|
|
|
- Test log rotation.
|
|
|
|
|
|
- Command-line arg tests.
|
|
@@ -38,3 +30,5 @@
|
|
|
|
|
|
- Test on Linux.
|
|
|
|
|
|
+- Retest under 2.3.
|
|
|
+
|