Explorar el Código

sync with reality

squfrans hace 10 años
padre
commit
474b1fc0d1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      celery/app/builtins.py

+ 1 - 1
celery/app/builtins.py

@@ -26,7 +26,7 @@ def add_backend_cleanup_task(app):
     backend.
 
     If the configured backend requires periodic cleanup this task is also
-    automatically configured to run every day at midnight (requires
+    automatically configured to run every day at 4am (requires
     :program:`celery beat` to be running).
 
     """