소스 검색

Error condition: garbage output from listener.

Chris McDonough 18 년 전
부모
커밋
d3dce0f7c3
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  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