Skip to content

rest: adjust publish retry events based on transient errors#1089

Merged
jdknight merged 1 commit intomainfrom
retry-on-transient-errors
Feb 16, 2025
Merged

rest: adjust publish retry events based on transient errors#1089
jdknight merged 1 commit intomainfrom
retry-on-transient-errors

Conversation

@jdknight
Copy link
Member

The curl documentation gives a good capture of transient errors and what it's --retry call supports a retry on. Instead of having this extension retry on all 500 errors, narrow down the scope to specific errors more so valid for a retry. We also extend the retry events on select timeout-related events.

The curl documentation gives a good capture of transient errors and what
it's `--retry` call supports a retry on. Instead of having this
extension retry on all 500 errors, narrow down the scope to specific
errors more so valid for a retry. We also extend the retry events on
select timeout-related events.

Signed-off-by: James Knight <git@jdknight.me>
@jdknight jdknight merged commit 0297d97 into main Feb 16, 2025
29 checks passed
@jdknight jdknight deleted the retry-on-transient-errors branch February 16, 2025 14:59
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.

1 participant