© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Status endpoint only returns "COMPLETED" but no answer to the question - Runpod
R
Runpod
•
3y ago
•
282 replies
kingclimax7569
Status endpoint only returns "COMPLETED" but no answer to the question
I
'm currently using the v2
/model
_id
/status
/run
_id endpoint and the results I get is follows
:
{
"delaytime
"
: 26083
,
"executionTime
"
:35737
,
"id
"
:
*
*
,
"status
"
:
"COMPLETED
"
}
My stream endpoint works fine but for my purposes I
'd rather wait longer and retrieve the entire result at once
, how am I supposed to do that
?
Thank you
Solution
Okay
…
1
) What is deployed to runpod is
:
https://github.com/hommayushi3/exllama-runpod-serverless/blob/master/handler.py
2
) U need to change the line i specified on the bottom of the file
. u should have a copy of this github repo locally
3
) U have to rebuild and redeploy to runpod the built image
4
) When u call it in the future will work
GitHub
exllama-runpod-serverless/handler.py at master · hommayushi3/exllam...
Contribute to hommayushi3
/exllama
-runpod
-serverless development by creating an account on GitHub
.
Jump to solution
Similar Threads
Recent Announcements
Next page
Similar Threads
Returning error, but request has status "Completed"
R
Runpod / ⚡|serverless
3y ago
Serverless request returns None from python client but web status says completed successfully
R
Runpod / ⚡|serverless
16mo ago
Sync endpoint returns prematurely
R
Runpod / ⚡|serverless
2y ago
How to truly see the status of an endpoint worker?
R
Runpod / ⚡|serverless
15mo ago