Closed Benj0s closed 1 year ago
Please check if your PR fulfills the following requirements:
npm run build
npm run test
npm run doc
Please check the type of change your PR introduces:
When request returns a "retryable" error there is not attempt to retry the request.
Added retry behaviour for the following errors:
The client is configured to retry error requests 3 times using exponential backoff.
Pull request checklist
Please check if your PR fulfills the following requirements:
npm run build
) was run locally and any changes were pushednpm run test
) for the changes have been added (for bug fixes / features)npm run doc
) have been reviewed and added / updated if needed (for bug fixes / features)Pull request type
Please check the type of change your PR introduces:
What is the current behaviour?
When request returns a "retryable" error there is not attempt to retry the request.
What is the new behaviour?
Added retry behaviour for the following errors:
The client is configured to retry error requests 3 times using exponential backoff.
Does this introduce a breaking change?
Other information