-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently lib state is using the default retry options from HttpExponentialBackoff.
The third parameter here could be retryOptions to allow configurable retry options:
aio-lib-state/lib/AdobeState.js
Line 310 in 4cf1346
| const promise = this.fetchRetry.exponentialBackoff(url, requestOptions) |
To support it:
- state needs to have another parameter in the constructor for
retryOptions, or asetRetryOptionsmethod - pass in the saved retryOptions to the above line linked above
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request