This document describes the current stable version of Celery (4.4). For development docs, go here.
celery.backends.elasticsearch¶
Elasticsearch result store backend.
-
class
celery.backends.elasticsearch.ElasticsearchBackend(url=None, *args, **kwargs)[source]¶ Elasticsearch Backend.
- Raises
celery.exceptions.ImproperlyConfigured – if module elasticsearch is not available.
-
doc_type= 'backend'¶
-
es_max_retries= 3¶
-
es_retry_on_timeout= False¶
-
es_timeout= 10¶
-
host= 'localhost'¶
-
index= 'celery'¶
-
password= None¶
-
port= 9200¶
-
scheme= 'http'¶
-
property
server¶
-
username= None¶