Browse Source

Error condition: garbage output from listener.

Chris McDonough 18 years ago
parent
commit
d3dce0f7c3
1 changed files with 7 additions and 0 deletions
  1. 7 0
      README.txt

+ 7 - 0
README.txt

@@ -1057,6 +1057,13 @@ Event Listener Error Conditions
   processed and will be rebuffered by supervisord and sent again
   later.
 
+  If an event listener sends data to its stdout which supervisor does
+  not recognize as an appropriate response based on the state that the
+  event listener is in, the event listener will be placed into the
+  UNKNOWN state, and no further event notifications will be sent to
+  it.  If an event was being processed by the listener during this
+  time, it will be rebuffered and sent again later.
+
 Capture Mode and Process Communication Events
 
   XXX TODO