Explorar o código

RPCBackend.persistent should be False (#3515)

Ask Solem %!s(int64=8) %!d(string=hai) anos
pai
achega
27d973b388
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      celery/backends/rpc.py

+ 1 - 1
celery/backends/rpc.py

@@ -91,7 +91,7 @@ class RPCBackend(base.Backend, AsyncBackendMixin):
     #: Exception raised when there are too many messages for a task id.
     BacklogLimitExceeded = BacklogLimitExceeded
 
-    persistent = True
+    persistent = False
     supports_autoexpire = True
     supports_native_join = True