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

PAYARA-3252 refactor the healthcheck service to use the Payara Executor Service #3409

Merged
merged 3 commits into from
Nov 15, 2018

Conversation

smillidge
Copy link
Contributor

Reduce thread usage by using the common Executor Service

@smillidge smillidge added this to the Payara 5.184 milestone Nov 11, 2018
@smillidge smillidge requested a review from mulderbaba November 11, 2018 20:55
@arjantijms
Copy link
Contributor

Jenkins test please

@@ -114,24 +115,22 @@
@Inject
private HistoricHealthCheckEventStore healthCheckEventStore;

private List<NotifierExecutionOptions> notifierExecutionOptionsList;
@Inject
PayaraExecutorService executor;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might make this private for consistency?

@Pandrex247
Copy link
Member

Jenkins test please

@Pandrex247 Pandrex247 merged commit 2570d4a into payara:master Nov 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants