Skip to content

Defining Launching Delays on Ms Groups

Compare
Choose a tag to compare
@ErnestOrt ErnestOrt released this 19 Jul 17:20
· 32 commits to master since this release
251683d

NOTE: If you want to use examples provided (microservice-example-gradle & microservice-example-maven), please, clone the repository instead of downloading release zip. They need .git folder due to git related plugins specified on pom.xml and build.gradle

Main Goal

It can happen an instance needs to wait a certain time before starting inside a group, for instance to wait another instance to be started in order to fill a cache or to have a Config server ready to be consumed.

For that reason, on this release we provide th option of defining a delay before an instance to be started.

image