ref(issue-detection): Move LLM detection scheduler #114044
Merged
roggenkemper merged 2 commits intomasterfrom Apr 29, 2026
Merged
ref(issue-detection): Move LLM detection scheduler #114044roggenkemper merged 2 commits intomasterfrom
roggenkemper merged 2 commits intomasterfrom
Conversation
Remove the run_llm_issue_detection beat task and CursoredScheduler plumbing from sentry. The scheduler is moving to getsentry so the queryset can filter by subscription plan family directly, instead of relying on flagpole to gate by plan after the fact. The per-org task (detect_llm_issues_for_org) and the eligibility check (_is_org_eligible) stay in sentry — getsentry will import them. This lands first; the getsentry scheduler PR follows immediately. The detection task will not run between these merges.
cmanallen
approved these changes
Apr 27, 2026
691177e to
0b8ecdd
Compare
cleptric
pushed a commit
that referenced
this pull request
May 5, 2026
- Remove `run_llm_issue_detection` beat task and the cursored scheduler plumbing from sentry - The scheduler is moving so it can filter by subscription plan family directly, instead of leaning on flagpole to gate by plan after orgs are already snapshotted into the cycle - Per-org task `detect_llm_issues_for_org` and the eligibility check `_is_org_eligible` stay in sentry — getsentry will import them
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.
run_llm_issue_detectionbeat task and the cursored scheduler plumbing from sentrydetect_llm_issues_for_organd the eligibility check_is_org_eligiblestay in sentry — getsentry will import them