Skip to content

Conversation

@dattipoeHMCTS
Copy link

Before creating a pull request make sure that:

  • commit messages are meaningful and follow good commit message guidelines
  • README and other documentation has been updated / added (if needed)
  • tests have been updated / new tests has been added (if needed)

Please remove this line and everything above and fill the following sections:

JIRA link (if applicable)

Change description

Does this PR introduce a breaking change? (check one with "x")

[ ] Yes
[ ] No

ss-evoco
ss-evoco previously approved these changes Jul 27, 2022
executorService);

executorService.shutdown();
executorService.awaitTermination(Integer.MAX_VALUE, TimeUnit.DAYS);

Choose a reason for hiding this comment

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

Thats a worryingly long time to wait. Should we not have a smaller timeout (or configurable) ?

Copy link
Author

Choose a reason for hiding this comment

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

This is just to make sure all the threads have finished before the executor service shuts them down, can reduce it, though

Choose a reason for hiding this comment

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

After our conversation, I think this is fine.

ss-evoco
ss-evoco previously approved these changes Jul 28, 2022
damien-cooke
damien-cooke previously approved these changes Jul 29, 2022
@dattipoeHMCTS dattipoeHMCTS force-pushed the feature/sscs-10722-migration-tool-performance-improvements branch from f39f8d8 to 9697f05 Compare October 10, 2022 10:03
ss-evoco
ss-evoco previously approved these changes Oct 10, 2022
@alberto-hortiguela alberto-hortiguela force-pushed the feature/sscs-10722-migration-tool-performance-improvements branch from 4dad189 to 64b85b4 Compare October 17, 2022 08:54
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.

5 participants