1234567891011121314151617181920212223242526272829303132 |
- - Web interface:
- - present status in addition to state (e.g. spawnerr, etc, same as
- supervisorctl)
- - provide "restart all" functionality
- - Rewrite the delay/backoff stuff so humans can understand it.
- - Remove backofflimit.
- - If a process dies with an expected exit code but keeps dying, it
- will restart forever.
- - Unit tests for meld classes and ui server.
- - Tail main log.
- - 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.
- - Retest under 2.3.
|