Browse Source

AMQP Backend accidentally set to non-persistent

Ask Solem 11 years ago
parent
commit
cc5fd17980
1 changed files with 1 additions and 0 deletions
  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