Explorar o código

Pass None for now and timezone arguments which were missing.
(Perhaps this method call should use kwargs to avoid this happening
again?)

Jasper Bryant-Greene %!s(int64=11) %!d(string=hai) anos
pai
achega
68dd435fd5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      celery/app/base.py

+ 1 - 1
celery/app/base.py

@@ -373,7 +373,7 @@ class Celery(object):
             expires, retries, chord,
             maybe_list(link), maybe_list(link_error),
             reply_to or self.oid, time_limit, soft_time_limit,
-            self.conf.CELERY_SEND_TASK_SENT_EVENT,
+            self.conf.CELERY_SEND_TASK_SENT_EVENT, None, None,
             root_id, parent_id,
         )