12345678910111213141516171819202122232425262728293031323334353637383940 |
- - Web interface:
- - present status in addition to state (e.g. spawnerr, etc, same as
- supervisorctl)
- - provide "restart all" functionality
- - Documentation:
- - Error conditions when X-bit not set on command file.
- - SUPERVISOR_ENABLED envvar.
- - stopsignal can be TERM, HUP, INT, QUIT, KILL, USR1, or USR2
- - copy sample.conf to /etc/supervisord.conf
- - 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.
- - supervisorctl one-shot tests.
- - supervisorctl command history
- - stop logging all RPC requests in info mode when we ship
- - Test on Linux.
|