TODO.txt 1.3 KB

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