sentry
sentry copied to clipboard
ref(rules): Fix task name for delayed rule processing
The task for processing delayed rules wasn't imported into CELERY_IMPORTS and the name was incorrect - this fixes both and adds a log message if the buffer hook registry isn't working as expected.
Codecov Report
Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.
Project coverage is 80.02%. Comparing base (
7c08bcb) to head (a1aca57). Report is 9 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #70831 +/- ##
=======================================
Coverage 80.01% 80.02%
=======================================
Files 6504 6505 +1
Lines 290769 290781 +12
Branches 50119 50119
=======================================
+ Hits 232666 232684 +18
+ Misses 57666 57660 -6
Partials 437 437
| Files | Coverage Δ | |
|---|---|---|
| src/sentry/conf/server.py | 89.42% <ø> (ø) |
|
| src/sentry/rules/processing/delayed_processing.py | 93.21% <ø> (ø) |
|
| src/sentry/buffer/redis.py | 91.74% <0.00%> (-0.31%) |
:arrow_down: |