TODO.txt 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. - Fix CVS so not all checkins come from "chrism".
  2. - FATAL state for supervisor.
  3. - When we try to clear the main log file and we get an IOError or an
  4. OSError (clearLog)
  5. - When we attempt to remove a process log file via os.remove (or
  6. equivalent all into handlers) and we get an IOError or an OSError
  7. (clearProcessLog)
  8. - When we try to kill a process and the os.kill command raises an
  9. exception (stopProcess)
  10. - Support stopping and starting groups in supervisorctl / web
  11. interface.
  12. - Support operations against both stderr and stdout logs within
  13. supervisorctl / web interface.
  14. - Revisit test_startProcessGroup and test_startAllProcesses (see XXX
  15. comment about ordering).
  16. - Address outstanding collector issues.
  17. - We *might* be able to delay shutdown until all buffered events have
  18. been processed (or a timeout has been reached).
  19. - Web interface:
  20. - Support POST requests.
  21. - Unit tests for meld classes and ui server.
  22. - Meta-refresh on tail page.
  23. - Expat error on Jens' system running slapd as root after reload.
  24. - Unit tests for log rotation.
  25. - Command-line arg tests.
  26. - Log logtail requests.
  27. - Provide a way to get the supervisord pid from supervisorctl/web interface.
  28. - Add a new cwd option that will chdir after the fork-exec.