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

Scheduler - make the thread pool configurable and/or reuse ExecutorBuildItem #5020

Closed
mkouba opened this issue Oct 30, 2019 · 3 comments
Closed
Labels
Milestone

Comments

@mkouba
Copy link
Contributor

mkouba commented Oct 30, 2019

The values are currently hard-coded in io.quarkus.scheduler.runtime.QuartzScheduler.start().

@mkouba mkouba added kind/enhancement New feature or request area/scheduler labels Oct 30, 2019
@jaikiran
Copy link
Member

Just a FYI - there's a similar enhancement request here #4606 :)

@mkouba
Copy link
Contributor Author

mkouba commented Oct 30, 2019

@jaikiran Yes, I know :-).

@mkouba
Copy link
Contributor Author

mkouba commented Nov 18, 2019

#5481 was merged. The default scheduler impl delegates execution to an ExecutorService obtained from the ExecutorBuildItem. quarkus-quartz has a configurable thread pool.

@mkouba mkouba closed this as completed Nov 18, 2019
@gsmet gsmet added this to the 1.1.0 milestone Nov 18, 2019
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