Raphael Fakhir
RRunPod
•Created by Raphael Fakhir on 11/21/2024 in #⚡|serverless
serverless health
I don´t see this alignment betweeen the status of the endpoint and what seems to be going on, while the host in in Running state I see the image is being downloaded.
9 replies
RRunPod
•Created by Raphael Fakhir on 11/21/2024 in #⚡|serverless
serverless health
Initializing only refers to the Endpoint when it´s being initially created? Not to the state of the workers? Is there a way to see when the docker container is being downloaded, or the GPU Model is being loaded, that we can Update the state?
{
"jobs": {
"completed": 367,
"failed": 6,
"inProgress": 0,
"inQueue": 0,
"retried": 0
},
"workers": {
"idle": 1,
"initializing": 0,
"ready": 1,
"running": 0,
"throttled": 0,
"unhealthy": 0
}
}
9 replies