django-elasticsearch-dsl
django-elasticsearch-dsl copied to clipboard
how to update elastic index manually after desactivating signals
I set both ignore_signals = True auto_refresh = True because I want to update my instance after a sepecific conditions I tried registry.update(instance) manually but it didn't work
This will not work because the signals don´t run if you disable autosync. https://github.com/sabricot/django-elasticsearch-dsl/blob/777e9da501aaaee0a8bed6cf24542aed327e48b6/django_elasticsearch_dsl/registries.py#L135-L136