devarshishah3

Results 5 comments of devarshishah3

@kalenarndt - Does populating the service_address variable using an Env variable suffice for the non-local Consul agents?

@mcousens. Thanks for raising the issue and using CTS in your production environment. We would love to understand your environment, and CTS use case in more detail and gather feedback...

yes. this sounds similar. But from an overall health status point of view, that slight change in the body does not affect the overall status of passing.

Health check definitions for all 4 services are pretty similar: ` "check": { "name": "web1 check", "service_id": "web1", "http": "https://google.com", "method": "GET", "interval": "10s", "timeout": "1s" } `

I though the underlying issue was that the task was triggered when the health check returned a different body even though the service health status had not degraded. From a...