TODO.txt 852 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. - Unix socket server.
  2. - Figure out why supervisord sends SIGKILL to processes at shutdown time
  3. so quickly (and why they report they got SIGINT).
  4. - Clear process logs.
  5. - Tail main log.
  6. - Figure out how to test the actual supervisord class.
  7. - Ask for username and password in supervisorctl if it's not specified in
  8. log file and supervisord needs it.
  9. - "open" command.
  10. - Test log rotation.
  11. - AUTO alias for child log if one needs to be specified.
  12. - Command-line arg tests.
  13. - supervisorctl one-shot tests.
  14. - packaging.
  15. - test under py 2.3 to make setup.py assertions true
  16. - supervisorctl command history
  17. - test startup as root
  18. - stop logging all RPC requests
  19. - reopen child logs when we get a logreopen signal
  20. - make sure pid file gets cleaned up when we quit
  21. - Collector issues 75, 76, 78, 79, 82, 84, 152.
  22. - Docs for collector 81.