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

Create an interface for parallel execution of HTTP requests #368

Open
andhines opened this issue Jan 28, 2025 · 1 comment
Open

Create an interface for parallel execution of HTTP requests #368

andhines opened this issue Jan 28, 2025 · 1 comment
Assignees
Labels

Comments

@andhines
Copy link
Member

Discussed in #356

Originally posted by dbajet January 23, 2025
Following the suggestion 332, could it be possible to allow from concurrent.futures import ThreadPoolExecutor or something of this nature to allow parallel executions?
In my case, this is to run several HTTP requests simultaneously.

@andhines andhines added the type: enhancement New feature or request label Jan 28, 2025
@aduane aduane changed the title Allow import of concurrent for Parallel execution in plugins Create an interface for parallel execution of HTTP requests Jan 29, 2025
@aduane
Copy link
Collaborator

aduane commented Jan 29, 2025

Rather than allowing general threading ability, we'll start with giving an interface to make multiple http requests concurrently.

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

No branches or pull requests

3 participants