dropwizard-sundial
dropwizard-sundial copied to clipboard
Set thread pool priority?
Hi there! How can we set underlying thread pool priority? Thanks.
Do you mean the thread priority for a job or for the entire pool? If it's the latter, that's not possible.
The whole pool. I saw you put a convenience method for setting the thread count (if I'm not mistaken) of the pool, but not for the pool priority. I was having difficulty in the source figuring out how the inheritance and fork worked for dropwizard-sundial and sundial vs quartz, so I figured I'd just ask.
Thanks for your time.