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

Rescue Faraday timeout errors #129

Closed
wants to merge 1 commit into from

Commits on May 4, 2020

  1. Rescue Faraday timeout errors

    In the event of a `Net::ReadTimeout`, Faraday raises
    `Faraday::TimeoutError`, and for `Net::OpenTimeout it raises
    `Faraday::ConnectionFailed`. These errors may be encountered
    when specifying a shorter timeout for Faraday via
    `client_options: { connection_opts: { request: { open_timeout: 30, timeout: 30 } } }`
    and if the request takes longer than those timeout values in seconds.
    dblessing authored and Drew Blessing committed May 4, 2020
    Configuration menu
    Copy the full SHA
    013afb6 View commit details
    Browse the repository at this point in the history