We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The sentry.deletions.tasks.groups.delete_groups task is getting pickle parameters
sentry.deletions.tasks.groups.delete_groups
Reproducible with tests/sentry/issues/endpoints/test_organization_group_index.py:
The text was updated successfully, but these errors were encountered:
fix(taskworker) Remove pickle parameters from delete_groups
c6e6d75
Don't put uuid() objects into evenstream_state, as they require pickle. Fixes #90765
fix(taskworker) Remove pickle parameters from delete_groups (#90785)
553f767
markstory
Successfully merging a pull request may close this issue.
The
sentry.deletions.tasks.groups.delete_groups
task is getting pickle parametersReproducible with tests/sentry/issues/endpoints/test_organization_group_index.py:
The text was updated successfully, but these errors were encountered: