Closed jlariza closed 6 months ago
Good day,
I noticed that using the CelerySignalProcessor processor, runs the handle_save and other methods from RealTimeSignalProcessor.
CelerySignalProcessor
handle_save
RealTimeSignalProcessor
I'll submit a PR with the fix.
Thank you
PR: https://github.com/Codoc-os/django-opensearch-dsl/pull/66
Good day,
I noticed that using the
CelerySignalProcessor
processor, runs thehandle_save
and other methods fromRealTimeSignalProcessor
.I'll submit a PR with the fix.
Thank you