-
Notifications
You must be signed in to change notification settings - Fork 339
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
checkout_timeout #359
Comments
Seems like you are using connection pools, and they time out
|
Thanks, @pedep ! |
Hi, I'm having the same error sometimes but I haven't configured any specific pool, I just want HTTPoison to be able to do unlimited request in parallel, how do I achieve this? |
The cause of this is the hackney documentation not being clear (see benoitc/hackney#507). If you don't specify any pool option, it will use the default pool. You can disable this functionality by adding this to your environment configuration: config :hackney, use_default_pool: false |
I have this
But i am still getting the same issue |
What does this error mean
{:error, %HTTPoison.Error{id: nil, reason: :checkout_timeout}}t
The text was updated successfully, but these errors were encountered: