This document describes the current stable version of Celery (5.0). For development docs, go here.
celery.backends.couchdb¶
CouchDB result store backend.
-
class
celery.backends.couchdb.CouchBackend(url=None, *args, **kwargs)[source]¶ CouchDB backend.
- Raises
celery.exceptions.ImproperlyConfigured – if module pycouchdb is not available.
-
property
connection¶
-
container= 'default'¶
-
host= 'localhost'¶
-
password= None¶
-
port= 5984¶
-
scheme= 'http'¶
-
username= None¶