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

[Serve] Cherry-pick #35646 #35719

Commits on May 24, 2023

  1. [Serve] Set app_msg to empty string by default (ray-project#35646)

    The ApplicationState currently updates its _status directly without necessarily updating the corresponding message. This causes stale messages to sometimes appear with updated statuses. This change sets the app_msg to an empty string by default, so the message is cleared or updated whenever the status is changed.
    
    Related issue number
    Closes ray-project#35508
    shrekris-anyscale committed May 24, 2023
    Configuration menu
    Copy the full SHA
    902b759 View commit details
    Browse the repository at this point in the history