Skip to content

Conversation

@edgarrmondragon
Copy link
Contributor

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update
  • Other

Description

Fixed retry support to consider Retry-After header, which has "special" handling inside urllib3.

Related Issues

PR checklist

Before submitting this pull request, I have done the following:

Added/updated tests?

Current repository has 100% test coverage.

  • Yes
  • No, and this is why:
  • I need help with writing tests

sshishov and others added 5 commits July 21, 2025 16:13
Signed-off-by: Edgar Ramírez Mondragón <[email protected]>
Signed-off-by: Edgar Ramírez Mondragón <[email protected]>
Signed-off-by: Edgar Ramírez Mondragón <[email protected]>
@edgarrmondragon edgarrmondragon changed the title Make flake8 happy fix: Consider the Retry-After header when handling retries Jan 7, 2026
Signed-off-by: Edgar Ramírez Mondragón <[email protected]>
Signed-off-by: Edgar Ramírez Mondragón <[email protected]>
@markstory markstory merged commit 1be3a73 into getsentry:master Jan 7, 2026
20 checks passed
@markstory
Copy link
Member

Thank you 🎉

@edgarrmondragon edgarrmondragon deleted the chore/retry-after-support-v2 branch January 7, 2026 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Testing retry logic without status_forcelist doesn't trigger a retry.

3 participants