django-elasticsearch-dsl-celery

Allows automatic updates on the index as delayed background tasks using Celery


Keywords
django-elasticsearch-dsl, Celery, Processor
License
BSD-3-Clause
Install
pip install django-elasticsearch-dsl-celery==1.1

Documentation

django-elasticsearch-dsl Celery Processor

Installation

  1. Run the pip command to install the latest version:
 pip install django-elasticsearch-dsl-celery
  1. Add the following line to your settings.py:
ELASTICSEARCH_DSL_SIGNAL_PROCESSOR = 'django_elasticsearch_dsl_celery.CelerySignalProcessor'