You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the right way to specify connection_kwargs?
Based on the changelog - it was implemented a while ago, but there are no examples on how to set that and no mentions in the docs.
I'm happy to submit PR, but I can't figure out how to set them on my own 🤔
1.3.0 (2017-04-07)
Change the format of connection arguments to be a single dict called connection_kwargs rather than individual options, as they change by
connection type. You will need to change your settings if you have any of
socket_connect_timeout, socket_timeout, socket_keepalive or
socket_keepalive_options set to move them into a connection_kwargs dict.
The text was updated successfully, but these errors were encountered:
What is the right way to specify
connection_kwargs
?Based on the changelog - it was implemented a while ago, but there are no examples on how to set that and no mentions in the docs.
I'm happy to submit PR, but I can't figure out how to set them on my own 🤔
1.3.0 (2017-04-07)
connection_kwargs
rather than individual options, as they change byconnection type. You will need to change your settings if you have any of
socket_connect_timeout, socket_timeout, socket_keepalive or
socket_keepalive_options set to move them into a
connection_kwargs
dict.The text was updated successfully, but these errors were encountered: