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

[WIP] passing control of timeouts to Faraday #108

Merged
merged 1 commit into from
Nov 20, 2014
Merged

Conversation

jaimeiniesta
Copy link
Owner

Regarding #107 we should move the timeout control to Faraday itself.

This is still a work in progress, I still want to:

  • Make use of the 2 different timeouts that Faraday accepts (connection and read).
  • Use the retry mechanism provided by Faraday.

Instead of implementing our own timeout and retry mechanism, we rely
on Faraday for that.

We just pass `connection_timeout` and `read_timeout`, as well as `retries`
to Faraday.
jaimeiniesta added a commit that referenced this pull request Nov 20, 2014
[WIP] passing control of timeouts to Faraday
@jaimeiniesta jaimeiniesta merged commit 870886b into 4-0-0 Nov 20, 2014
@jaimeiniesta jaimeiniesta deleted the faraday_timeouts branch November 27, 2014 20:22
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.

None yet

1 participant