dropwizard-sundial icon indicating copy to clipboard operation
dropwizard-sundial copied to clipboard

Set thread pool priority?

Open andrewjkrueger opened this issue 7 years ago • 2 comments

Hi there! How can we set underlying thread pool priority? Thanks.

andrewjkrueger avatar Mar 02 '18 17:03 andrewjkrueger

Do you mean the thread priority for a job or for the entire pool? If it's the latter, that's not possible.

timmolter avatar Mar 05 '18 10:03 timmolter

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.

andrewjkrueger avatar Mar 05 '18 16:03 andrewjkrueger