[Supervisor-checkins] r911 - in supervisor/trunk: . src/supervisor/skel
Mike Naberezny
mike at maintainable.com
Mon Nov 23 19:05:44 EST 2009
Author: Mike Naberezny <mike at maintainable.com>
Date: Mon Nov 23 19:05:43 2009
New Revision: 911
Log:
The sample configuration output by "echo_supervisord_conf" now correctly
shows the default for "autorestart" as "unexpected". Thanks to
William Dode for noticing it showed the wrong value.
Modified:
supervisor/trunk/CHANGES.txt
supervisor/trunk/src/supervisor/skel/sample.conf
Modified: supervisor/trunk/CHANGES.txt
==============================================================================
--- supervisor/trunk/CHANGES.txt (original)
+++ supervisor/trunk/CHANGES.txt Mon Nov 23 19:05:43 2009
@@ -54,6 +54,10 @@
- Removed use of collections.deque in our bundled version of asynchat
because it broke compatibility with Python 2.3.
+ - The sample configuration output by "echo_supervisord_conf" now correctly
+ shows the default for "autorestart" as "unexpected". Thanks to
+ William Dode for noticing it showed the wrong value.
+
3.0a7 (2009-05-24)
- We now bundle our own patched version of Medusa contributed by Jason
Modified: supervisor/trunk/src/supervisor/skel/sample.conf
==============================================================================
--- supervisor/trunk/src/supervisor/skel/sample.conf (original)
+++ supervisor/trunk/src/supervisor/skel/sample.conf Mon Nov 23 19:05:43 2009
@@ -92,7 +92,7 @@
;umask=022 ; umask for process (default None)
;priority=-1 ; the relative start priority (default -1)
;autostart=true ; start at supervisord start (default: true)
-;autorestart=true ; retstart at unexpected quit (default: true)
+;autorestart=unexpected ; restart at unexpected quit (default: unexpected)
;startsecs=10 ; number of secs prog must stay running (def. 1)
;startretries=3 ; max # of serial start failures (default 3)
;exitcodes=0,2 ; 'expected' exit codes for process (default 0,2)
More information about the Supervisor-checkins
mailing list