nautobot / pynautobot

Nautobot Python SDK
https://pynautobot.readthedocs.io/en/latest/index.html
Apache License 2.0
36 stars 32 forks source link

Add a `retries` option to allow more resilient operation #85

Closed chadell closed 1 year ago

chadell commented 1 year ago

This PR proposes to add a retry logic to the SDK, so it will be more "persistent" in front of temporal issues on the server. This should help to mitigate issue #16

If the idea is welcomed, I would complete the PR adding proper testing.

chadell commented 1 year ago

@jvanderaa @jmcgill298 anything else I should do in this PR?