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
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
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
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