Explorar o código

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

Ask Solem %!s(int64=8) %!d(string=hai) anos
pai
achega
64a02078fa
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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,