mlowicki / rhythm

Time-based job scheduler for Apache Mesos
MIT License
29 stars 2 forks source link

Limit number of subscription retries #18

Open mlowicki opened 6 years ago

mlowicki commented 6 years ago

Currently there is an exponential backoff during retries and all masters will be tested but there is no limit on the number of retries so if one instance of rhythm has connection issues to Mesos cluster and it's elected as leader then it won't give up - it won't give a chance to other rhythm instances to give a try.