-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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] Add default app name #34260
[Serve] Add default app name #34260
Conversation
2b82c43
to
ca09fdb
Compare
4ffd1e0
to
6a94454
Compare
The documentation test should be fixed by merging in recent changes |
@@ -29,7 +29,7 @@ | |||
DEFAULT_GRPC_PORT = 9000 | |||
|
|||
#: Default Serve application name | |||
SERVE_DEFAULT_APP_NAME = "" | |||
SERVE_DEFAULT_APP_NAME = "DEFAULT_RAY_SERVE_APP" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is potentially user facing so this name is a bit ugly, should we just make it "default" ?
a80e53a
to
0e24f6a
Compare
Signed-off-by: Sihan Wang <[email protected]>
Signed-off-by: sihanwang41 <[email protected]>
Signed-off-by: sihanwang41 <[email protected]>
Signed-off-by: sihanwang41 <[email protected]>
Signed-off-by: sihanwang41 <[email protected]>
Signed-off-by: sihanwang41 <[email protected]>
Signed-off-by: sihanwang41 <[email protected]>
Signed-off-by: sihanwang41 <[email protected]>
Signed-off-by: sihanwang41 <[email protected]>
Signed-off-by: sihanwang41 <[email protected]>
Signed-off-by: sihanwang41 <[email protected]>
Signed-off-by: sihanwang41 <[email protected]>
Signed-off-by: sihanwang41 <[email protected]>
Signed-off-by: sihanwang41 <[email protected]>
Signed-off-by: sihanwang41 <[email protected]>
Signed-off-by: sihanwang41 <[email protected]>
Signed-off-by: sihanwang41 <[email protected]>
Signed-off-by: sihanwang41 <[email protected]>
Signed-off-by: sihanwang41 <[email protected]>
0e24f6a
to
dead823
Compare
test failure is not related to serve. |
This reverts commit 9928085.
Hi, this PR seems to cause the compatibility test in KubeRay failing consistently. See #34799 for more details. Thanks! |
Add default name for applications deploy. Fix a bug for not setting the deployment name correctly for function deployment. Fix unit tests because of the default application name change. Signed-off-by: Jack He <[email protected]>
Add default name for applications deploy. Fix a bug for not setting the deployment name correctly for function deployment. Fix unit tests because of the default application name change.
Why are these changes needed?
Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.