Re: Proposal: Add configuration support & retry variance for existing exponential backoff on traffic manager

2020-02-14 Thread Alan Carroll
Ship it. On Fri, Feb 14, 2020 at 11:46 AM John Rushford wrote: > Good idea +1 > > On Fri, Feb 14, 2020 at 3:36 AM Damian Meden > wrote: > > > Context > > > > If there is any problem with traffic server which causes the server not > to > > start, traffic manager will retry using an exponential s

Re: Proposal: Add configuration support & retry variance for existing exponential backoff on traffic manager

2020-02-14 Thread John Rushford
Good idea +1 On Fri, Feb 14, 2020 at 3:36 AM Damian Meden wrote: > Context > > If there is any problem with traffic server which causes the server not to > start, traffic manager will retry using an exponential sleep time till it > hits the max sleep time which is currently hardcoded at 60 secon

Re: Proposal: Add configuration support & retry variance for existing exponential backoff on traffic manager

2020-02-14 Thread Evan Zelkowitz
Id be +1 on it We did something similar on the TrafficControl project for some components that were hitting the exact same thing. So we had them do random exponential backoff up to a settable max On Fri, Feb 14, 2020 at 3:36 AM Damian Meden wrote: > > Context > > If there is any problem with tra

Proposal: Add configuration support & retry variance for existing exponential backoff on traffic manager

2020-02-14 Thread Damian Meden
Context If there is any problem with traffic server which causes the server not to start, traffic manager will retry using an exponential sleep time till it hits the max sleep time which is currently hardcoded at 60 seconds, once this is reached, traffic manager this retry indefinitely. Problem