Browse Source

Worker: Request.info should not contain message body, makes sure JSON serializable. Closes #3667

Ask Solem 8 years ago
parent
commit
64a02078fa
1 changed files with 0 additions and 1 deletions
  1. 0 1
      celery/worker/request.py

+ 0 - 1
celery/worker/request.py

@@ -408,7 +408,6 @@ class Request(object):
             'args': self.argsrepr,
             'kwargs': self.kwargsrepr,
             'type': self.type,
-            'body': self.body,
             'hostname': self.hostname,
             'time_start': self.time_start,
             'acknowledged': self.acknowledged,