openfga / python-sdk

OpenFGA SDK for Python 3 - https://pypi.org/project/openfga-sdk/
https://openfga.dev
Apache License 2.0
29 stars 10 forks source link

feat: support auto-retry of failed OpenFGA network requests #78

Closed evansims closed 3 months ago

evansims commented 3 months ago

Description

This PR extends the SDK's auto-retry function of certain failed HTTP requests, based on the response's HTTP status code, to include 5xx series errors (not including 501s.)

References

Closes #73

Review Checklist