aurora-scheduler / australis

Aurora Scheduler client written in Go
Apache License 2.0
6 stars 10 forks source link

Increase backoff steps and reduce factor #15

Closed zorro786 closed 3 years ago

zorro786 commented 3 years ago

The new retry times would be (approximately): 10, 15, 22.5, 33, 50, 75 which sum to about 207 seconds. This is to overcome leader registration times with Mesos that we have seen around 180 seconds.

ridv commented 3 years ago

This only changes it for Australis btw

lenhattan86 commented 3 years ago

Can you add new parameters for users to change these?

zorro786 commented 3 years ago

Since this is temporary until we fix timeout issue I thought to make a change here. Doesn't everyone use Australis to deploy jobs (QA etc.)?

zorro786 commented 3 years ago

Closing this based on discussion.