ashwanthkumar / marathon-alerts

Marathon App alerts to Slack (for now)
Apache License 2.0
27 stars 12 forks source link

Handle false alerts during deployment when instances=1 #21

Open ashwanthkumar opened 8 years ago

ashwanthkumar commented 8 years ago

Deploying a new version of the app or a new app with instances=1, the min-health check fails momentarily because we only check against TasksHealthy property. We might need to check if there are any active Deployments of the app during the time esp. for cases when instances=1.

I'm not sure if we've any better ways to handle this.