TODO.txt 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. - Fix CVS so not all checkins come from "chrism".
  2. - FATAL state for supervisor.
  3. - Figure out how to make sample.conf evident when supervisor is installed
  4. via easy_install.
  5. - Support stopping and starting groups in supervisorctl / web
  6. interface.
  7. - Support operations against both stderr and stdout logs within
  8. supervisorctl / web interface.
  9. - Revisit test_startProcessGroup and test_startAllProcesses (see XXX
  10. comment about ordering).
  11. - Address outstanding collector issues.
  12. - We *might* be able to delay shutdown until all buffered events have
  13. been processed (or a timeout has been reached).
  14. - Web interface:
  15. - Support POST requests.
  16. - Unit tests for meld classes and ui server.
  17. - Meta-refresh on tail page.
  18. - Expat error on Jens' system running slapd as root after reload.
  19. - Unit tests for log rotation.
  20. - Command-line arg tests.
  21. - Log logtail requests.
  22. - Provide a way to get the supervisord pid from supervisorctl/web interface.
  23. - Add a new cwd option that will chdir after the fork-exec.