Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Implement CelerySignalProcessor #51

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

qcoumes
Copy link
Member

@qcoumes qcoumes commented Mar 19, 2024

The CelerySignalProcessor allows automatic updates on the index as delayed background tasks using Celery.

Resolves (#44)

@qcoumes qcoumes added the feature New feature or request label Mar 19, 2024
@qcoumes qcoumes self-assigned this Mar 19, 2024
@qcoumes qcoumes force-pushed the feat/celery_signal_processor branch from 0418e91 to f6833e5 Compare March 19, 2024 23:26
@qcoumes qcoumes linked an issue Mar 19, 2024 that may be closed by this pull request
Copy link

codecov bot commented Mar 19, 2024

Codecov Report

Attention: Patch coverage is 96.36364% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 95.93%. Comparing base (b664e25) to head (6a0fcbd).
Report is 4 commits behind head on master.

Files Patch % Lines
django_opensearch_dsl/signals.py 95.23% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
+ Coverage   95.62%   95.93%   +0.30%     
==========================================
  Files          12       12              
  Lines         572      615      +43     
  Branches       79       86       +7     
==========================================
+ Hits          547      590      +43     
+ Misses         21       20       -1     
- Partials        4        5       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

The `CelerySignalProcessor` allows automatic updates on the index as delayed
background tasks using Celery.

---------

Co-authored-by: Quentin Coumes <[email protected]>
Co-authored-by: Rasika Amaratissa <[email protected]>
Co-authored-by: Andrii Rusanov <[email protected]>
Co-authored-by: bidaya0 <[email protected]>
@qcoumes qcoumes force-pushed the feat/celery_signal_processor branch from f6833e5 to 6a0fcbd Compare March 20, 2024 08:54
@qcoumes qcoumes merged commit 4d4f437 into master Mar 20, 2024
31 checks passed
@qcoumes qcoumes deleted the feat/celery_signal_processor branch March 22, 2024 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add CelerySignalProcessor
1 participant