ref(dynamic-sampling): Delete legacy dynamic sampling jobs - #124004
Merged
Conversation
…g jobs The four scheduled legacy jobs (boost_low_volume_projects, boost_low_volume_transactions, recalibrate_orgs, sliding_window_org) have been killswitched since the per-org pipeline took over serving. Delete them, their fan-out tasks, their schedule entries and their SDK sampling entries, together with the generic-metrics queries only they used. The organization details endpoint was the last caller of the legacy project balancing. On a target sample rate change it now schedules the per-org calculation for that organization, and on a switch to project mode it seeds the project rates from 30 days of EAP volume balanced by the per-org model, so both paths stay off generic metrics. The transaction volume query stays in place for now, since the per-org query module still imports it on master; a follow-up removes the remaining generic-metrics queries. The options the deleted jobs read stay registered until the options automator has unset them. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…he jobs removal The organization details endpoint still runs the legacy project balancing when the sampling mode or the target rate changes. Moving it onto the per-org pipeline is its own change, so leave the endpoint and the query and task it uses in place. Only the scheduled entry task, its fan-out task and the active-orgs scan go. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This was referenced Sep 10, 2026
Merged
shellmayr
marked this pull request as ready for review
September 10, 2026 10:57
This was referenced Sep 10, 2026
wedamija
approved these changes
Sep 10, 2026
# Conflicts: # tests/sentry/dynamic_sampling/tasks/test_tasks.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
boost_low_volume_projects,boost_low_volume_transactions,recalibrate_orgs,sliding_window_org) have been killswitched since the per-org pipeline took over serving. Delete them, their fan-out tasks, their SDK sampling entries, and the generic-metrics queries only they used.Contributes to TET-2900