Skip to content

Commit

Permalink
Worker: Request.info should not contain message body, makes sure JSON…
Browse files Browse the repository at this point in the history
… serializable. Closes celery#3667
  • Loading branch information
ask committed Dec 13, 2016
1 parent a2849a5 commit 64a0207
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion celery/worker/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ def info(self, safe=False):
'args': self.argsrepr,
'kwargs': self.kwargsrepr,
'type': self.type,
'body': self.body,
'hostname': self.hostname,
'time_start': self.time_start,
'acknowledged': self.acknowledged,
Expand Down

0 comments on commit 64a0207

Please sign in to comment.