TODO.txt 845 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. - Web interface:
  2. - present status in addition to state (e.g. spawnerr, etc, same as
  3. supervisorctl)
  4. - provide "restart all" functionality
  5. - Documentation:
  6. - Error conditions when X-bit not set on command file.
  7. - SUPERVISOR_ENABLED envvar.
  8. - stopsignal can be TERM, HUP, INT, QUIT, KILL, USR1, or USR2
  9. - copy sample.conf to /etc/supervisord.conf
  10. - If a process dies with an expected exit code but keeps dying, it
  11. will restart forever.
  12. - Move 'forever' and 'backofflimit' options into process config.
  13. - Unit tests for meld classes and ui server.
  14. - Tail main log.
  15. - Figure out how to test the actual supervisord class.
  16. - Test log rotation.
  17. - Command-line arg tests.
  18. - supervisorctl one-shot tests.
  19. - supervisorctl command history
  20. - stop logging all RPC requests in info mode when we ship
  21. - Test on Linux.