cloud-pipeline icon indicating copy to clipboard operation
cloud-pipeline copied to clipboard

Increase the API startup process performance

Open kamyshova opened this issue 5 years ago • 0 comments

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 avatar Apr 27 '20 10:04 kamyshova