Skip to content

Commit

Permalink
Titus: undo healthcheck lookup on clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaslin committed Mar 26, 2018
1 parent 0991433 commit 635c7a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class TitusClusterProvider implements ClusterProvider<TitusCluster> {
instances[instanceId].health << healthEntry.attributes
}
// lookup target group health
awsLookupUtil.lookupTargetGroupHealth(instanceData, instances)
// awsLookupUtil.lookupTargetGroupHealth(instanceData, instances)
instances
}

Expand Down

0 comments on commit 635c7a1

Please sign in to comment.