1234567891011121314151617181920212223242526272829303132333435363738394041 |
- - Web interface:
- - present status in addition to state (e.g. spawnerr, etc, same as
- supervisorctl)
- - provide "restart all" functionality
- - Documentation:
- - In nodaemon mode, child processes will be sent SIGINT when Ctrl-C
- is pressed.
- - Error conditions when X-bit not set on command file.
- - SUPERVISOR_ENABLED envvar.
- - stopsignal can be TERM, HUP, INT, QUIT, KILL, USR1, or USR2
- - Unit test the http_client package.
- - 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.
- - packaging.
- - supervisorctl command history
- - test startup as root
- - stop logging all RPC requests in info mode when we ship
|