Explorar o código

Switch default bucket name to celery

Gilles Dartiguelongue %!s(int64=11) %!d(string=hai) anos
pai
achega
c4a372a15b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      celery/backends/riak.py

+ 1 - 1
celery/backends/riak.py

@@ -47,7 +47,7 @@ class RiakBackend(KeyValueStoreBackend):
     protocol = 'pbc'
 
     #: default Riak bucket name (`default`)
-    bucket_name = "default"
+    bucket_name = "celery"
 
     #: default Riak server hostname (`localhost`)
     host = 'localhost'