Skip to content

fix(taskworker) Remove pickle parameters from relocation tasks #90776

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

Merged
merged 1 commit into from
May 2, 2025

Conversation

markstory
Copy link
Member

Don't pass UUID instances (as they require pickle). Instead we can use the string form of UUIDs.

Fixes #90764

Don't pass UUID instances (as they require pickle). Instead we can use
the string form of UUIDs.

Fixes #90764
@markstory markstory requested a review from a team May 1, 2025 20:41
@markstory markstory requested a review from a team as a code owner May 1, 2025 20:41
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label May 1, 2025
Copy link

codecov bot commented May 1, 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   #90776       +/-   ##
===========================================
+ Coverage   42.26%   87.80%   +45.53%     
===========================================
  Files       10255    10283       +28     
  Lines      582397   583579     +1182     
  Branches    22579    22579               
===========================================
+ Hits       246168   512389   +266221     
+ Misses     335798    70759   -265039     
  Partials      431      431               

@markstory markstory merged commit 85a9d7b into master May 2, 2025
61 checks passed
@markstory markstory deleted the fix-relocation-pickle branch May 2, 2025 16:43
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.

Relocation tasks use pickle
2 participants