-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
chore(dynamic-sampling): quiet redis noise in schedule_invalidate_project_config #101331
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
chore(dynamic-sampling): quiet redis noise in schedule_invalidate_project_config #101331
Conversation
src/sentry/tasks/relay.py
Outdated
from sentry.taskworker.namespaces import relay_tasks | ||
from sentry.utils import metrics | ||
from sentry.utils.sdk import set_current_event_project | ||
from sentry.workflow_engine.utils.sentry_level_utils import quiet_redis_noise |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since this will now be used across sentry, this would be good to move to some shared utils
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True! cc @kcons
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vgrozdanic moved it in this PR - but will be waiting for a review from Kyle to sign off on this, don't want to move this around without communicating it, as it's a quite recent addition
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #101331 +/- ##
========================================
Coverage 81.04% 81.04%
========================================
Files 8699 8698 -1
Lines 385838 385831 -7
Branches 24400 24400
========================================
+ Hits 312703 312707 +4
+ Misses 72784 72773 -11
Partials 351 351 |
c594d3b
to
9c9f9ed
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The move lgtm.
PR reverted: 9105dc9 |
Closes TET-1227