Browse Source

sync with reality

squfrans 10 năm trước cách đây
mục cha
commit
0c34f81dd3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      celery/app/builtins.py

+ 1 - 1
celery/app/builtins.py

@@ -23,7 +23,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).
 
     """