Codoc-os / django-opensearch-dsl

This is a package that allows indexing of django models in opensearch with opensearch-py.
Other
24 stars 16 forks source link

CelerySignalProcessor is using the handle_save from RealTimeSignalProcessor #65

Closed jlariza closed 6 months ago

jlariza commented 6 months ago

Good day,

I noticed that using the CelerySignalProcessor processor, runs the handle_save and other methods from RealTimeSignalProcessor.

I'll submit a PR with the fix.

Thank you

jlariza commented 6 months ago

PR: https://github.com/Codoc-os/django-opensearch-dsl/pull/66