EGI-Federation / cloud-info-provider

EGI Cloud Information System Provider
Apache License 2.0
3 stars 15 forks source link

Add timeout option to core #219

Closed enolfc closed 3 years ago

enolfc commented 3 years ago

Summary

Add timeout as a general option so it can be used everywhere. Also add timeout to all the requests calls in the code.


Related issue : #216

enolfc commented 3 years ago

Unfortunately there is no easy way to have a default timeout everywhere and we need to add it for every call or have a wrapper for every requests call (like OpenStack does)