Selaa lähdekoodia

Forgot to commit this

Ask Solem 9 vuotta sitten
vanhempi
commit
cea5140e9e
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      celery/worker/strategy.py

+ 1 - 0
celery/worker/strategy.py

@@ -101,6 +101,7 @@ def default(task, app, consumer,
                 'task-received',
                 uuid=req.id, name=req.name,
                 args=req.argsrepr, kwargs=req.kwargsrepr,
+                root_id=req.root_id, parent_id=req.parent_id,
                 retries=req.request_dict.get('retries', 0),
                 eta=req.eta and req.eta.isoformat(),
                 expires=req.expires and req.expires.isoformat(),