Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add command health check #48

Merged
merged 1 commit into from Jun 5, 2018

Conversation

ConnorAtherton
Copy link
Contributor

This change will allow users to specify a COMMAND health check, as outline in the marathon docs. Here is the example they give

{
  "protocol": "COMMAND",
  "command": { "value": "curl -f -X GET http://$HOST:$PORT0/health" },
  "gracePeriodSeconds": 300,
  "intervalSeconds": 60,
  "timeoutSeconds": 20,
  "maxConsecutiveFailures": 3
}

@gondor
Copy link
Member

gondor commented Jun 5, 2018

Good addition! Thanks @ConnorAtherton

@gondor gondor merged commit 0020ef3 into ContainX:master Jun 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants