Skip to content

Commit

Permalink
[akamai] change liveness aggregation property to best instead worst
Browse files Browse the repository at this point in the history
this is needed due to the assumption that multiple liveness test are
created in case of multiple ports per member.
  • Loading branch information
notandy committed Oct 15, 2024
1 parent d5d81ef commit 1ad533b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/driver/akamai/property.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1ad533b

Please sign in to comment.