neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
12 stars 14 forks source link

fix: attempts should be greater than max_retry #135

Closed Tiboris closed 3 years ago

Tiboris commented 3 years ago

number of attempts should be greater than max_retry and not greater or equal than max_retry because other way first attempt to provision will be considered as first retry and provisioning will end after reaching count 1 without reprovisioning retry this was causing retry strategy to abort after 1st attempt even when max_retry was set to 1.

Signed-off-by: Tibor Dudlák tdudlak@redhat.com