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

fix(celery) Remove pickle param usage in update_code_owners_schema #87316

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

markstory
Copy link
Member

Remove callsites that provide parameters requiring pickle for the update_code_owners_schema task. We need to remove all usage of pickle in task parameters in preparation for the taskbroker transition.

Refs #81913

Remove callsites that provide parameters requiring pickle for the
update_code_owners_schema task. We need to remove all usage of pickle in
task parameters in preparation for the taskbroker transition.

Refs #81913
@markstory markstory requested review from a team as code owners March 18, 2025 19:30
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Mar 18, 2025
Copy link

codecov bot commented Mar 18, 2025

Codecov Report

Attention: Patch coverage is 87.50000% with 2 lines in your changes missing coverage. Please review.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...egrations/models/repository_project_path_config.py 50.00% 1 Missing ⚠️
src/sentry/models/team.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #87316      +/-   ##
==========================================
- Coverage   87.73%   87.73%   -0.01%     
==========================================
  Files        9865     9865              
  Lines      558942   558935       -7     
  Branches    22041    22041              
==========================================
- Hits       490403   490390      -13     
- Misses      68108    68114       +6     
  Partials      431      431              

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.

1 participant