Skip to content

Conversation

@Ndiritu
Copy link
Contributor

@Ndiritu Ndiritu commented Dec 2, 2024

  • Ensure calculated retry delay validated against correct maximum delay of 180 secs
  • Fixes retry handler exponential back-off to consider the delay specified in the retry handler option
  • Ensures retry count is incremented based on value in retry-attempt header to prevent exceeding configured max retries

closes #409

@Ndiritu Ndiritu self-assigned this Dec 2, 2024
@Ndiritu Ndiritu requested a review from a team as a code owner December 2, 2024 11:06
@Ndiritu Ndiritu marked this pull request as draft December 2, 2024 11:11
@Ndiritu Ndiritu changed the title Ensure calculated retry delay validated against correct maximum delay of 180 secs Fixes Retry Handler delay validation, retry count validation and exponential backoff Dec 2, 2024
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 2, 2024

@Ndiritu Ndiritu marked this pull request as ready for review December 2, 2024 12:21
@Ndiritu Ndiritu merged commit 12a11f6 into main Dec 2, 2024
52 checks passed
@Ndiritu Ndiritu deleted the fix/retry-handler branch December 2, 2024 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

RetryHandlerOption incorrect max_delay default logic

3 participants