-
Notifications
You must be signed in to change notification settings - Fork 168
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
failed to start and serve HTTP while server is in intermediate state i.e. shutting down #116
Comments
Hi! thanks for your contribution!, great first issue! |
@gulshansainis thanks for the report. can you share a link to a public studio that we can use to replicate this
|
ok, i think i understand the misunderstanding @gulshansainis .
yes, litserve today is not coupled with the studio functionality. "auto" does not impact the studio runtime in any way shape or form. to enable the studio to auto-start, you need to enable auto-start via the API builder. Here's an example of that: However, i do agree that when litserve runs on a Studio, it should have a tighter integration with serverless (cc @nohalon @lantiga ) |
Hi @williamFalcon , Thank you for you response. Let me clarify the issue again, "The problem is when studio is saving and we send request". Regarding the code, its same as given on github https://github.com/Lightning-AI/LitServe?tab=readme-ov-file#implement-a-server |
hi @gulshansainis, thank you for attaching the video. We are taking a look into it and should resolve soon. |
🐛 Bug
When server is in saving mode and going to sleep and, we send a request, we receive response "failed to start and serve HTTP"
To Reproduce
Steps to reproduce the behavior:
Code sample
STEP 3: SEND REQUEST
Expected behavior
Since the we have defined
accelerator="auto"
a new server instance should spin-up and handle the requestEnvironment
Running on CPU mode only for now
conda
,pip
, source):Please let me know if you need further details
The text was updated successfully, but these errors were encountered: