Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make {:error, %Req.TransportError{reason: :timeout}} retriable #177

Open
rparcus opened this issue Sep 11, 2024 · 1 comment
Open

Make {:error, %Req.TransportError{reason: :timeout}} retriable #177

rparcus opened this issue Sep 11, 2024 · 1 comment

Comments

@rparcus
Copy link
Contributor

rparcus commented Sep 11, 2024

Quick question:
Why do we make :timeout as a non retryable error response?
Req considers it a transient error:

image
@brainlid
Copy link
Owner

It could be made to auto-retry I think. Perhaps with a built-in delay. I'm open to a PR for this.

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

No branches or pull requests

2 participants