Explorar o código

Hartbeat is now 30 seconds, but documented as 2 minutes

Ask Solem %!s(int64=14) %!d(string=hai) anos
pai
achega
3eaffdaa1e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      celery/worker/heartbeat.py

+ 1 - 1
celery/worker/heartbeat.py

@@ -7,7 +7,7 @@ class Heart(object):
     :param timer: Timer instance.
     :param eventer: Event dispatcher used to send the event.
     :keyword interval: Time in seconds between heartbeats.
-                       Default is 2 minutes.
+                       Default is 30 seconds.
 
     """