Explorar el Código

Switch default bucket name to celery

Gilles Dartiguelongue hace 11 años
padre
commit
c4a372a15b
Se han modificado 1 ficheros con 1 adiciones y 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'