From 1ad533b34fcf6af4a4bc499844e241551544d009 Mon Sep 17 00:00:00 2001 From: Andrew Karpow Date: Tue, 15 Oct 2024 15:57:14 -0400 Subject: [PATCH] [akamai] change liveness aggregation property to `best` instead `worst` this is needed due to the assumption that multiple liveness test are created in case of multiple ports per member. --- internal/driver/akamai/property.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/driver/akamai/property.go b/internal/driver/akamai/property.go index 33267c6c..12fb3ea8 100644 --- a/internal/driver/akamai/property.go +++ b/internal/driver/akamai/property.go @@ -78,7 +78,7 @@ func (s *AkamaiAgent) SyncProperty(domain *rpcmodels.Domain, trafficManagementDo Name: domain.GetFqdn(), Type: PROPERTY_TYPE_MAP[domain.GetMode()], Comments: domain.Id, - ScoreAggregationType: "worst", + ScoreAggregationType: "best", HandoutMode: "all-live-ips", FailbackDelay: 0, FailoverDelay: 0,