ocf / ocflib

Python libraries for account and server management
https://pypi.python.org/pypi/ocflib
Other
15 stars 32 forks source link

Add timeouts to requests #144

Closed jvperrin closed 5 years ago

jvperrin commented 5 years ago

I added timeouts to all the places I could find that requests were made, since the default timeout with requests is an unlimited amount of time. This causes undesirable behavior in some places, such as making ocfweb workers get killed off due to hitting the 30 second default timeout in gunicorn.