Skip to content

chore(autopilot): Remove task scheduling for dead autopilot project#115465

Merged
vgrozdanic merged 1 commit into
masterfrom
vjeran/remove-autopilot-scheduling
May 13, 2026
Merged

chore(autopilot): Remove task scheduling for dead autopilot project#115465
vgrozdanic merged 1 commit into
masterfrom
vjeran/remove-autopilot-scheduling

Conversation

@vgrozdanic
Copy link
Copy Markdown
Member

@vgrozdanic vgrozdanic commented May 13, 2026

The autopilot project is not happening. As a first step, this PR stops the tasks from running by removing all scheduling infrastructure — beat schedules, task worker imports, and the logger config.

The actual module code (src/sentry/autopilot/) still exists after this PR so there are no dangling import errors. A follow-up PR will delete the module, tests, feature flag, options, and remaining references once this lands.

@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label May 13, 2026
@vgrozdanic vgrozdanic changed the title ref(autopilot): Remove task scheduling for dead autopilot project chore(autopilot): Remove task scheduling for dead autopilot project May 13, 2026
@vgrozdanic vgrozdanic marked this pull request as ready for review May 13, 2026 07:39
@vgrozdanic vgrozdanic requested a review from a team as a code owner May 13, 2026 07:39
@vgrozdanic vgrozdanic requested a review from a team May 13, 2026 07:40
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>
@vgrozdanic vgrozdanic force-pushed the vjeran/remove-autopilot-scheduling branch from b3142b8 to 2584230 Compare May 13, 2026 08:00
Copy link
Copy Markdown
Contributor

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 2584230. Configure here.

Comment thread src/sentry/conf/server.py
@vgrozdanic vgrozdanic merged commit 1a16f10 into master May 13, 2026
84 checks passed
@vgrozdanic vgrozdanic deleted the vjeran/remove-autopilot-scheduling branch May 13, 2026 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants