hseeberger / constructr

Coordinated (etcd, ...) cluster construction for dynamic (cloud, containers) environments
Apache License 2.0
212 stars 37 forks source link

Unlimited number of retries in Refreshing (configurable) #165

Closed hrenovcik closed 6 years ago

hrenovcik commented 6 years ago

The idea is to have ability to prevent FSM from being stopped due to exhausted number of retries in Refreshing state. So otherwise fully functional cluster won't get terminated due to communication issues with coordination service.

calvinlfer commented 6 years ago

This addresses some concerns raised in https://github.com/hseeberger/constructr/issues/138

hseeberger commented 6 years ago

Thanks!