Explorar el Código

AMQP Backend accidentally set to non-persistent

Ask Solem hace 11 años
padre
commit
cc5fd17980
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      celery/backends/amqp.py

+ 1 - 0
celery/backends/amqp.py

@@ -55,6 +55,7 @@ class AMQPBackend(BaseBackend):
 
     BacklogLimitExceeded = BacklogLimitExceeded
 
+    persistent = True
     supports_autoexpire = True
     supports_native_join = True