Skip to content
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

feat(taskworker): Make replays taskworker compatible #88847

Merged
merged 5 commits into from
Apr 7, 2025

Conversation

enochtangg
Copy link
Member

This work is required to migrate tasks from celery to the new taskbroker system. The sentry option will be used to control the rollout of these tasks. The full migration plan is describe in this document.

@enochtangg enochtangg requested review from a team as code owners April 4, 2025 20:37
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Apr 4, 2025
Copy link

codecov bot commented Apr 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #88847      +/-   ##
==========================================
+ Coverage   87.72%   87.74%   +0.02%     
==========================================
  Files       10077    10076       -1     
  Lines      569918   569786     -132     
  Branches    22382    22357      -25     
==========================================
+ Hits       499945   499964      +19     
+ Misses      69572    69423     -149     
+ Partials      401      399       -2     

@markstory markstory merged commit 785e9a1 into master Apr 7, 2025
49 checks passed
@markstory markstory deleted the migrate-replays-taskworker branch April 7, 2025 17:09
andrewshie-sentry pushed a commit that referenced this pull request Apr 8, 2025
This work is required to migrate tasks from celery to the new taskbroker
system. The sentry option will be used to control the rollout of these
tasks. The full migration plan is describe in this
[document](https://www.notion.so/sentry/Rollout-Planning-1bd8b10e4b5d80aeaaa7dba0efca83bc).

---------

Co-authored-by: Mark Story <mark@mark-story.com>
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.

3 participants