This document describes the current stable version of Celery (3.1). For development docs, go here.
celery.backends.couchbase¶
celery.backends.couchbase¶
CouchBase result store backend.
-
class
celery.backends.couchbase.CouchBaseBackend(url=None, *args, **kwargs)[source]¶ CouchBase backend.
Raises: celery.exceptions.ImproperlyConfigured – if module couchbaseis not available.-
bucket= 'default'¶
-
conncache= None¶
-
connection¶
-
host= 'localhost'¶
-
password= None¶
-
port= 8091¶
-
quiet= False¶
-
timeout= 2.5¶
-
transcoder= None¶
-
unlock_gil= True¶
-
username= None¶
-