|
@@ -12,12 +12,12 @@
|
|
|
|
|
|
- Error conditions when X-bit not set on command file.
|
|
|
|
|
|
+ - SUPERVISOR_ENABLED envvar.
|
|
|
+
|
|
|
- Unit test the http_client package.
|
|
|
|
|
|
- Unit tests for meld classes and ui server.
|
|
|
|
|
|
-- Create named process log files after we setuid.
|
|
|
-
|
|
|
- Usage messages when we invoke supervisord/supervisorctl -h
|
|
|
|
|
|
- Tail main log.
|
|
@@ -40,21 +40,6 @@
|
|
|
|
|
|
- stop logging all RPC requests in info mode when we ship
|
|
|
|
|
|
-- Collector issue 76:
|
|
|
-
|
|
|
- Adding -c to the shell script also drove me nuts for a while, since
|
|
|
- I got an error about two -c's. Maybe instead it could set an
|
|
|
- environmental variable in the shell script and read that for the
|
|
|
- default?
|
|
|
-
|
|
|
-- Collector issue 84:
|
|
|
-
|
|
|
- I'd like to make Paste detect when it is running under Supervisor,
|
|
|
- mostly so it would know that it could safely die to be
|
|
|
- restarted. Otherwise it starts its own monitoring process to handle
|
|
|
- restarts. I think always setting an environmental variable (e.g.,
|
|
|
- "SUPERVISOR_ENABLED") would be sufficient.
|
|
|
-
|
|
|
- Collector issue 152:
|
|
|
|
|
|
I'd like supervisor to look after a number of postgres instances
|