Skip to content

Commit

Permalink
skip storing all child tasks -- can be a long list
Browse files Browse the repository at this point in the history
  • Loading branch information
aaxelb committed Aug 16, 2023
1 parent 2b3e1ce commit 8476291
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions share/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ def _store_result(self, task_id, result, status, traceback=None, request=None, *
fields = {
'result': result,
'traceback': traceback,
'meta': {
'children': self.current_task_children(request),
}
'meta': {}
}

if status is not None:
Expand Down

0 comments on commit 8476291

Please sign in to comment.