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

Increase the API startup process performance #1076

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

kamyshova
Copy link
Contributor

Resolves issue #995.

The following pull request consists of modifications to increase the API startup performance by the following changes:

  • api module
    • build a thin pipeline.jar instead of fat jar
    • get rid of spring-boot-starter-actuator dependency
    • add the lazy initialization to all beans
  • docker init-api script of cp-api-srv
    • add the additional java opts to jar launch command

@kamyshova kamyshova requested a review from mzueva April 27, 2020 10:52
@kamyshova kamyshova force-pushed the issue_995_increase_API_startup_performance branch from f53f81a to ab8369a Compare April 28, 2020 08:37
@kamyshova kamyshova force-pushed the issue_995_increase_API_startup_performance branch from ab8369a to 234f56d Compare April 28, 2020 08:39
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.

1 participant