30 attempts with 10s sleep is a couple of hours (since, at least in the cases I've got, a normal update takes about 1 minute and a failing one quite a bit longer waiting for http timeouts to timeout).
I think the bug here is that there is a fixed number of retries, rather than using the clock to timeout after some reasonable amount of time.
30 attempts with 10s sleep is a couple of hours (since, at least in the cases I've got, a normal update takes about 1 minute and a failing one quite a bit longer waiting for http timeouts to timeout).
I think the bug here is that there is a fixed number of retries, rather than using the clock to timeout after some reasonable amount of time.