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

DEVOPS-8639: increase wait time limit for instance health check #39

Closed
wants to merge 1 commit into from
Closed

DEVOPS-8639: increase wait time limit for instance health check #39

wants to merge 1 commit into from

Conversation

nz285
Copy link
Contributor

@nz285 nz285 commented Mar 27, 2017

Increased the maximum wait time for health check to 20 minutes as some services such as scoring takes longer than 5 minutes to be ready. This shouldn't affect existing deployment.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.98% when pulling 350ad79 on nz285:DEVOPS-8639 into 9cd9126 on dandb:master.

@@ -24,7 +24,7 @@ def __init__(self,
session=None,
creation_wait=[10, 60],
ready_wait=[10, 30],
health_wait=[10, 30],
health_wait=[40, 30],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather than changing the default for all projects can we change the default for dnbi-scoring in the jenkins job? https://github.com/dandb/jenkins-jobs/blob/release-next/ami_workflow.dsl#L16

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@taoistmath Excellent. Thank you! Closing this PR now.

@nz285 nz285 closed this Mar 27, 2017
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.

3 participants