-
Notifications
You must be signed in to change notification settings - Fork 450
Open
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
After retry was recently implemented and merged in #982 the documentation needs to be updated to provide an example how to use retry. Also the retry defaults of HttpRetryOptions
need to be documented, the pydantic model for HttpRetryOptions
unfortunately currently specifies the defaults as None
with no further explanations.
Retry is the most important part for any production grade service and is mandatory to handle e.g. 429 errors during high load.
Metadata
Metadata
Assignees
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.