tapis-project / tapipy

Python lib for interacting with an instance of the Tapis API Framework
BSD 3-Clause "New" or "Revised" License
5 stars 5 forks source link

Add client and operation level configurations. #63

Open nathandf opened 1 month ago

nathandf commented 1 month ago

Introduces a client and operation level configuration that enables users to retry calls, specify time between retries, choose backoff algorithm, and retry only on specified errors.