Skip to content

Cache management of micro-lc/orchestrator #556

Discussion options

You must be logged in to vote

Hi @giovanni-motterle-mia-care , we just released version 2.4.3 of micro-lc addressing the configuration re-fetching issue.

Starting from this version, when configuring applications of type compose you can specify a new property options that may have a property fetchConfigOnMount. If this flag set to true, micro-lc will re-fetch the application configuration each time you visit it.

For example

{
  "applications": {
    "refresh": {
       "integrationMode": "compose",
       "route": "./refresh",
       "config": "/micro-lc-configurations/refresh.config.json",
       "options": {
         "fetchConfigOnMount": true
       }
    }
  }
}

Please note that you cannot set this property via the…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@giovanni-motterle-mia-care
Comment options

@epessina
Comment options

@giovanni-motterle-mia-care
Comment options

@epessina
Comment options

Answer selected by akelity
@giovanni-motterle-mia-care
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants