Skip to content
New issue

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

Add retry to arc_base_req() #43

Open
JosiahParry opened this issue Mar 26, 2024 · 0 comments
Open

Add retry to arc_base_req() #43

JosiahParry opened this issue Mar 26, 2024 · 0 comments

Comments

@JosiahParry
Copy link
Collaborator

It would be nice to add a retry to requests that are ran in parallel. Sometimes a feature service is overwhelmed and an error may be returned (500) but the request was fine.

The challenge though, is that the only way to find out is to parse the response which is an expensive operation and we want to do that once at most. How might that be designed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant