Re: Different parent rules for 404 vs 5xx or unavailable

2022-09-16 Thread Nick Dunkin
cause the secondary_parent list to be invoked. Thanks Nick From: John Rushford Date: Friday, September 16, 2022 at 1:57 PM To: dev@trafficserver.apache.org Subject: Re: Different parent rules for 404 vs 5xx or unavailable Have you tried setting the secondary_mode in parent.config? I think you

Re: Different parent rules for 404 vs 5xx or unavailable

2022-09-16 Thread John Rushford
return 404. Are you saying this is not possible? > > I can’t seem to get this use case working in my toy examples. > > Thanks > > Nick > > From: John Rushford > Date: Thursday, September 15, 2022 at 4:45 PM > To: dev@trafficserver.apache.org > Subject: Re

Re: Different parent rules for 404 vs 5xx or unavailable

2022-09-16 Thread Nick Dunkin
@trafficserver.apache.org Subject: Re: Different parent rules for 404 vs 5xx or unavailable You can bump that up to greater than 5 but just keep in mind that once all parents are tried without success, an additional retry beyond the total number of parents would result in a 502 response back to

Re: Different parent rules for 404 vs 5xx or unavailable

2022-09-15 Thread Nick Dunkin
>> I’d like to push that value of >> >> >> >> #define MAX_SIMPLE_RETRIES 5 >> >> in the code, and rebuild. Any reason that won’t work until I can create a >> more robust solution? >> >> Thanks, >> >> Nick >> >>

Re: Different parent rules for 404 vs 5xx or unavailable

2022-09-15 Thread John Rushford
; >> I’d like to push that value of >> >> >> >> #define MAX_SIMPLE_RETRIES 5 >> >> in the code, and rebuild. Any reason that won’t work until I can create a >> more robust solution? >> >> Thanks, >> >> Nick >> &

Re: Different parent rules for 404 vs 5xx or unavailable

2022-09-15 Thread Robert O Butts
n that won’t work until I can create a > more robust solution? > > Thanks, > > Nick > > From: John Rushford > Date: Thursday, September 15, 2022 at 3:40 PM > To: dev@trafficserver.apache.org > Subject: Re: Different parent rules for 404 vs 5xx or unavailable >

Re: Different parent rules for 404 vs 5xx or unavailable

2022-09-15 Thread Nick Dunkin
ies property? > > Thanks > > Nick > > From: John Rushford > Date: Thursday, September 15, 2022 at 2:53 PM > To: dev@trafficserver.apache.org > Subject: Re: Different parent rules for 404 vs 5xx or unavailable > Nick, > > Currently this is not supported a change would h

Re: Different parent rules for 404 vs 5xx or unavailable

2022-09-15 Thread John Rushford
? > > Thanks > > Nick > > From: John Rushford > Date: Thursday, September 15, 2022 at 2:53 PM > To: dev@trafficserver.apache.org > Subject: Re: Different parent rules for 404 vs 5xx or unavailable > Nick, > > Currently this is not supported a change would hav

Re: Different parent rules for 404 vs 5xx or unavailable

2022-09-15 Thread Nick Dunkin
From: John Rushford Date: Thursday, September 15, 2022 at 2:53 PM To: dev@trafficserver.apache.org Subject: Re: Different parent rules for 404 vs 5xx or unavailable Nick, Currently this is not supported a change would have to be made to support it. John Rushford jrushf...@apache.org Sent from my

Re: Different parent rules for 404 vs 5xx or unavailable

2022-09-15 Thread John Rushford
Nick, Currently this is not supported a change would have to be made to support it. John Rushford jrushf...@apache.org Sent from my iPhone > On Sep 15, 2022, at 10:14 AM, Nick Dunkin > wrote: > >  > Hi, > > I have a parent.config rule that uses a primary and secondary set of parents. >