Involve all targets in dynamic rollouts (#1795)
* involve targets into dynamic rollouts eagerly - doesn't wait for dynamic group to become running in order to involve devices * adds trottling for involving targes into dynamic groups * small style refactoring Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com
This commit is contained in:
@@ -72,4 +72,10 @@ public class RepositoryProperties {
|
||||
|
||||
private List<String> skipImplicitLockForTags =
|
||||
List.of("skip-implicit-lock", "skip_implicit_lock", "SKIP_IMPLICIT_LOCK", "SKIP-IMPLICIT-LOCK");
|
||||
|
||||
/**
|
||||
* The minimum period (in milli-seconds) on which dynamic rollouts should make attempt to involve
|
||||
* new targets
|
||||
*/
|
||||
private long dynamicRolloutsMinInvolvePeriodMS = 60_000;
|
||||
}
|
||||
Reference in New Issue
Block a user