tuomur / python-odata

A simple library for read/write access to OData services
MIT License
79 stars 59 forks source link

Retry on timeout #44

Closed paddie closed 4 years ago

paddie commented 4 years ago

I used the Adapter/Retry pattern here instead of the usual decorator we use to not include more dependencies into the project