You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/04/25 22:00:23 UTC

[GitHub] [trafficserver] jp557198 commented on issue #8807: ATS 9.1.2 - parent_select/nexthop - failure threshold

jp557198 commented on issue #8807:
URL: https://github.com/apache/trafficserver/issues/8807#issuecomment-1109082585

   strategies.yaml
   
   groups:
   
     - &nhg1
   
       - host: origin-active.com
   
         protocol:
   
           - scheme: http
   
             port: 80
   
             health_check_url: http://origin-active.com:80
   
     - &nhg2
   
       - host: origin-backup.com
   
         protocol:
   
           - scheme: http
   
             port: 80
   
             health_check_url: http://origin-backup.com:80
   
   strategies:
   
     - strategy: 'nh-1'
   
       policy: consistent_hash
   
       go_direct: false
   
       parent_is_proxy: false
   
       groups:
   
         - *nhg1
   
         - *nhg2
   
       scheme: http
   
       failover:
   
         ring_mode: alternate_ring
   
         response_codes:
   
           - 404
   
           - 503
   
         health_check:
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org