Keep getting app failure with bandit, have already added below as mentioned in a couple of posts but the app fails and there are no logs to indicate why it fails
You might want to make few changes to your health check config.Your http_checks need to be defined within services section using double square brackets and would look like this:
[[services.http_checks]]
interval = 10000
grace_period = “5s”
method = “get”
path = “/heartbeatz”
protocol = “http”
timeout = 2000
[services.http_checks.headers]
X-Forwarded-Proto = “https”