TODO.txt 849 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. - In nodaemon mode, child processes will be sent SIGINT when Ctrl-C
  7. is pressed.
  8. - Error conditions when X-bit not set on command file.
  9. - SUPERVISOR_ENABLED envvar.
  10. - stopsignal can be TERM, HUP, INT, QUIT, KILL, USR1, or USR2
  11. - Unit test the http_client package.
  12. - Unit tests for meld classes and ui server.
  13. - Usage messages when we invoke supervisord/supervisorctl -h
  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. - packaging.
  20. - supervisorctl command history
  21. - test startup as root
  22. - stop logging all RPC requests in info mode when we ship