Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/HH-237863' into EXP-102357
Browse files Browse the repository at this point in the history
  • Loading branch information
HH ReleaseBot committed Nov 13, 2024
2 parents 5dacff3 + a0bf5fd commit e64420f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontik/service_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def cross_dc_or_forced(entry):
upstream, dc = entry
return allow_cross_dc or dc == http_options.datacenter or upstream in forced_cross_dc_upstreams

for upstream, dc in filter(cross_dc_or_forced, itertools.product(options.upstreams, http_options.datacenter)):
for upstream, dc in filter(cross_dc_or_forced, itertools.product(options.upstreams, http_options.datacenters)):
health_cache = HealthCache(
service=upstream,
health_client=self.consul.health,
Expand Down

0 comments on commit e64420f

Please sign in to comment.