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

[feature] Reduce the number of threads #265

Closed
jan-janssen opened this issue Feb 18, 2024 · 0 comments · Fixed by #267
Closed

[feature] Reduce the number of threads #265

jan-janssen opened this issue Feb 18, 2024 · 0 comments · Fixed by #267

Comments

@jan-janssen
Copy link
Member

jan-janssen commented Feb 18, 2024

Currently, the executor shares a queue with the broker and the broker distributes the individual tasks to the individual workers. Still is would also be possible to have all workers directly access the queue of the user facing executor, the only thing that is unclear in that case is how to make sure the initialisation function is communicated to all workers.

@jan-janssen jan-janssen linked a pull request Feb 18, 2024 that will close this issue
@jan-janssen jan-janssen changed the title [Feature] Reduce the number of threads [feature] Reduce the number of threads Feb 18, 2024
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

Successfully merging a pull request may close this issue.

1 participant