Defining Launching Delays on Ms Groups
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.