davidhuser / dhis2.py

Generic and lightweight Python wrapper for the DHIS2 API using requests
MIT License
15 stars 11 forks source link

Retry on failure #16

Closed davidhuser closed 3 years ago

davidhuser commented 4 years ago

Retry on failure for HTTP requests. e.g. with a function decorator with arguments for #retries / backoff factor