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

Increase thread pool size for long-running tasks #4

Open
fschopp opened this issue Mar 14, 2016 · 1 comment
Open

Increase thread pool size for long-running tasks #4

fschopp opened this issue Mar 14, 2016 · 1 comment
Assignees

Comments

@fschopp
Copy link
Member

fschopp commented Mar 14, 2016

Currently, only a single thread is used for all long-running tasks, see here. This should be changed or made configurable.

@fschopp fschopp added the bug label Mar 14, 2016
@fschopp fschopp self-assigned this Mar 14, 2016
@fschopp
Copy link
Member Author

fschopp commented Mar 14, 2016

It may be worth mentioning here that, according to the JavaDoc, a ScheduledThreadPoolExecutor "acts as a fixed-sized pool".

@fschopp fschopp added enhancement and removed bug labels Jul 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant