Sfoglia il codice sorgente

More specific about what default handler does.

Chris McDonough 17 anni fa
parent
commit
6b1f4b7cdd
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      CHANGES.txt

+ 2 - 1
CHANGES.txt

@@ -169,7 +169,8 @@ Next Release
 
     The 'standard' eventlistener result handler
     (supervisor.dispatchers:default_handler) does nothing if it
-    receives an "OK" and will raise an exception if it receives any
+    receives an "OK" and will raise a
+    supervisor.dispatchers.RejectEvent exception if it receives any
     other value.
 
   - Supervisord now emits TICK events, which happen every N seconds.