eventbrite-sdk-python icon indicating copy to clipboard operation
eventbrite-sdk-python copied to clipboard

Allow user to set explicit timeout for get

Open thedanielsun opened this issue 5 years ago • 0 comments

I have been seeing hanging get requests to Eventbrite API. Rather than try to hack my own function timeouts, I thought it would be reasonable to use requests built-in timeouts.

From requests documentation https://requests.readthedocs.io/en/master/user/quickstart/#timeouts

Nearly all production code should use this parameter in nearly all requests.

thedanielsun avatar Oct 16 '20 17:10 thedanielsun