Chris McDonough пре 17 година
родитељ
комит
63354c469c
1 измењених фајлова са 7 додато и 0 уклоњено
  1. 7 0
      CHANGES.txt

+ 7 - 0
CHANGES.txt

@@ -172,6 +172,13 @@ Next Release
     receives an "OK" and will raise an exception if it receives any
     other value.
 
+  - Supervisord now emits TICK events, which happen every N seconds.
+    Three types of TICK events are available: TICK_5 (every five
+    seconds), TICK_60 (every minute), TICK_3600 (every hour).  Event
+    listeners may subscribe to one of these types of events to perform
+    every-so-often processing.  TICK events are subtypes of the EVENT
+    type.
+
 3.0a3
 
   - Supervisorctl now reports a better error message when the main