Skip to content

Add pushback and quota signal support via RetryAfterError#14

Merged
cinar merged 1 commit intomainfrom
pushback-signals
Mar 6, 2026
Merged

Add pushback and quota signal support via RetryAfterError#14
cinar merged 1 commit intomainfrom
pushback-signals

Conversation

@cinar
Copy link
Copy Markdown
Owner

@cinar cinar commented Mar 6, 2026

Pull Request

Description

  • Expanded RetryAfterError interface with CancelAllRetries() bool.
  • Updated sequential and hedged execution to respect pushback signals.
  • Added comprehensive tests for sequential and hedged pushback scenarios.
  • Added new 'pushback' example and updated existing documentation.

Fixes #7

- Expanded RetryAfterError interface with CancelAllRetries() bool.
- Updated sequential and hedged execution to respect pushback signals.
- Added comprehensive tests for sequential and hedged pushback scenarios.
- Added new 'pushback' example and updated existing documentation.
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.20%. Comparing base (67f0741) to head (bf96155).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
- Coverage   94.37%   94.20%   -0.17%     
==========================================
  Files           7        7              
  Lines         391      397       +6     
==========================================
+ Hits          369      374       +5     
- Misses         16       17       +1     
  Partials        6        6              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cinar cinar merged commit 67db9b9 into main Mar 6, 2026
4 checks passed
@cinar cinar deleted the pushback-signals branch March 6, 2026 03:56
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.

Pushback and Quota Signals

2 participants