Add support for Retry-After header - #1726
Merged
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1726 +/- ##
==========================================
+ Coverage 80.44% 80.50% +0.06%
==========================================
Files 358 358
Lines 14431 14443 +12
Branches 1581 1582 +1
==========================================
+ Hits 11608 11626 +18
+ Misses 2184 2177 -7
- Partials 639 640 +1
🚀 New features to boost your workflow:
|
andrey-kashcheev
force-pushed
the
datasdk-107-retry-after-support
branch
from
September 21, 2026 12:22
a6a333e to
14f43c2
Compare
rustam-gamidov-here
previously approved these changes
Sep 21, 2026
mykolamalik
reviewed
Sep 21, 2026
andrey-kashcheev
force-pushed
the
datasdk-107-retry-after-support
branch
from
September 22, 2026 08:54
14f43c2 to
fdb4a5f
Compare
Optional additional waiting time between retry attempts. Only version with seconds is supported Relates-To: DATASDK-107 Signed-off-by: Andrey Kashcheev <ext-andrey.kashcheev@here.com>
andrey-kashcheev
force-pushed
the
datasdk-107-retry-after-support
branch
from
September 22, 2026 08:56
fdb4a5f to
2154485
Compare
rustam-gamidov-here
approved these changes
Sep 22, 2026
mykolamalik
approved these changes
Sep 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Optional additional waiting time between retry
attempts. Only version with seconds is supported
Relates-To: DATASDK-107