We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please describe what is needed
The retry strategy for failed HTTP calls in the HttpApiService is currently hardcoded to:
HttpApiService
0
We should give our consumers the ability to provide a custom strategy.
Describe the solution you'd like
The simplest way to achieve this would be to allow a custom configuration via the AppConfiguration object.
AppConfiguration
Describe alternatives you've considered
N/A
Additional context
https://github.com/Progressive/oculr-ngx/blob/a6a98dc8f52c1430f9294e554d990e62231aae84/projects/oculr-ngx/src/lib/destinations/http-api/http-api.service.ts#L71
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🚀 Feature request
Please describe what is needed
The retry strategy for failed HTTP calls in the
HttpApiService
is currently hardcoded to:0
We should give our consumers the ability to provide a custom strategy.
Describe the solution you'd like
The simplest way to achieve this would be to allow a custom configuration via the
AppConfiguration
object.Describe alternatives you've considered
N/A
Additional context
https://github.com/Progressive/oculr-ngx/blob/a6a98dc8f52c1430f9294e554d990e62231aae84/projects/oculr-ngx/src/lib/destinations/http-api/http-api.service.ts#L71
The text was updated successfully, but these errors were encountered: