chore(autopilot): Delete autopilot module and all references#115466
Draft
vgrozdanic wants to merge 3 commits into
Draft
chore(autopilot): Delete autopilot module and all references#115466vgrozdanic wants to merge 3 commits into
vgrozdanic wants to merge 3 commits into
Conversation
Stop scheduling autopilot celery tasks by removing them from TASKWORKER_IMPORTS, TASKWORKER_REGION_SCHEDULES, and logging config. The autopilot module code will be deleted in a follow-up PR once the schedulers are confirmed gone. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
b3142b8 to
2584230
Compare
Remove the entire autopilot dead project after its tasks were unscheduled in the previous PR. Deletes module code, tests, and cleans up all callsites: - src/sentry/autopilot/ and tests/sentry/autopilot/ directories - TASKWORKER_IMPORTS entries for autopilot tasks - autopilot_tasks namespace from taskworker/namespaces.py - sentry.autopilot from INSTALLED_APPS - organizations:seer-autopilot feature flag - Three autopilot.* options from options/defaults.py - GroupCategory.INSTRUMENTATION (only used by autopilot) - GroupCategory.INSTRUMENTATION pipeline entry in tasks/post_process.py - INSTRUMENTATION discard in search/snuba/executors.py - LOW_VALUE_SPANS_JOB referrer in snuba/referrer.py - Autopilot entries from mypy weaklist in pyproject.toml - PostProcessGroupInstrumentationIssueTest from test_post_process.py Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
f5f1e94 to
4576b96
Compare
Contributor
Backend Test FailuresFailures on
|
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.
Continuation of #115465
Complete clean up of autopilot related code.