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

Provide parallel queries #1

Open
leoluecken opened this issue Jan 26, 2023 · 0 comments
Open

Provide parallel queries #1

leoluecken opened this issue Jan 26, 2023 · 0 comments

Comments

@leoluecken
Copy link

If a single instance is not responsive or the IP quota is exhausted, this blocks batch queries, if these cannot be launched in parallel. One way to implement this would provide a parallel version of each method, that can take a list of hosts and corresponding arguments (plus a timeout) and returns a result object, which may be checked for completion.

Internally, it would be good to use the existing clients and only launch one or a limited number of requests per host. Perhaps, by having one worker per host?

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