Skip to content

fix(tasks): Make the retry decorator play nicer with retry_task #94580

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kcons
Copy link
Member

@kcons kcons commented Jun 27, 2025

@retry exists to simplify configuring error retry behavior; it shouldn't interfere with explicit retry exceptions.
Here we avoid reporting exceptions wrapped in Celery's Retry to be consistent with the SDK.

@kcons kcons requested a review from markstory June 27, 2025 22:22
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jun 27, 2025
Copy link

codecov bot commented Jun 27, 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   #94580      +/-   ##
==========================================
- Coverage   87.94%   87.94%   -0.01%     
==========================================
  Files       10386    10393       +7     
  Lines      601698   602446     +748     
  Branches    23408    23408              
==========================================
+ Hits       529184   529816     +632     
- Misses      72058    72174     +116     
  Partials      456      456              

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