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

Option to pre-warm workThreads #42

Closed
cohix opened this issue Dec 19, 2020 · 1 comment
Closed

Option to pre-warm workThreads #42

cohix opened this issue Dec 19, 2020 · 1 comment
Labels
core Related to the internals of Reactr such as the scheduler enhancement New feature or request

Comments

@cohix
Copy link
Contributor

cohix commented Dec 19, 2020

Currently, Hive will only start a workThread upon the first job being received. There should be an option to pre-fill the pool to reduce "cold starts". This is especially needed for Wasm Runnables where startup is non-negligible.

@cohix cohix added core Related to the internals of Reactr such as the scheduler enhancement New feature or request labels Dec 19, 2020
@cohix
Copy link
Contributor Author

cohix commented Feb 6, 2021

Done!

@cohix cohix closed this as completed Feb 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Related to the internals of Reactr such as the scheduler enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant