TODO.txt 1.4 KB

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