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

tune readiness probe timeouts #411

Merged
merged 2 commits into from
Jul 26, 2022

Conversation

wilsonwang371
Copy link
Collaborator

@wilsonwang371 wilsonwang371 commented Jul 25, 2022

Why are these changes needed?

Timeout values in Github workflow Kind environment is not long enough for ray serve tests.

Related issue number

#406

Checks

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • This PR is not tested :(

@wilsonwang371 wilsonwang371 force-pushed the wilson/tune-probe-timeouts branch 5 times, most recently from 0f84c84 to 577850d Compare July 26, 2022 03:37
@wilsonwang371 wilsonwang371 changed the title [WIP]tune readiness probe timeouts tune readiness probe timeouts Jul 26, 2022
@wilsonwang371
Copy link
Collaborator Author

I have run this test consecutively more than 3 times and didn't experience failures anymore.

@@ -73,15 +73,15 @@ const (
LOCAL_HOST = "127.0.0.1"
// Ray HA default readiness probe values
DefaultReadinessProbeInitialDelaySeconds = 10
DefaultReadinessProbeTimeoutSeconds = 0
DefaultReadinessProbePeriodSeconds = 0
DefaultReadinessProbeTimeoutSeconds = 1
Copy link
Collaborator

Choose a reason for hiding this comment

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

/cc @iycheng @brucez-anyscale

Copy link
Contributor

Choose a reason for hiding this comment

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

lgtm

@Jeffwan Jeffwan merged commit 5ad01b1 into ray-project:master Jul 26, 2022
lowang-bh pushed a commit to lowang-bh/kuberay that referenced this pull request Sep 24, 2023
* tune readiness probe timeouts

* increase wait time after kubectl apply
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

4 participants