Browse Source

Merge pull request #32 from jszakmeister/fix-startretries-doc

Giving up puts us in the FATAL state, not ERROR.
Mike Naberezny 13 năm trước cách đây
mục cha
commit
3ff296ec57
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      docs/configuration.rst

+ 2 - 2
docs/configuration.rst

@@ -664,8 +664,8 @@ where specified.
 
   The number of serial failure attempts that :program:`supervisord`
   will allow when attempting to start the program before giving up and
-  puting the process into an ``ERROR`` state.  See
-  :ref:`process_states` for explanation of the ``ERROR`` state.
+  puting the process into an ``FATAL`` state.  See
+  :ref:`process_states` for explanation of the ``FATAL`` state.
 
   *Default*: 3