R
Runpod17mo ago
ibrahim

My serverless does not deploy the new releases

I was using 1.2.4 version of my image on an endpoint. I started a new release (1.2.5) but workers still works on 1.2.4. To be sure, I released 1.2.6 version and deployed. I have waited 3-4 hours between this version deployments. However, still it uses 1.2.4. What could be the problem? Thanks.
33 Replies
digigoblin
digigoblin17mo ago
Do you see Latest and Stale workers on your endpoint page when doing a new release?
ibrahim
ibrahimOP17mo ago
Yes, I have 3 stale worker, and 1 extra worker.
No description
ibrahim
ibrahimOP17mo ago
When I start a new release, it says initializing.. however still uses the same image
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
digigoblin
digigoblin17mo ago
Nah its not a browser issue, he said its still using the old image version, must be some serverless bug, I would log a support issue for this on the website. There should be "Latest Workers" with the new image and there aren't any, so something is broken.
ibrahim
ibrahimOP17mo ago
Yes, I agree with you. I deployed 1.2.5 yesterday. However I still have 1.2.4 on workers 😄
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
digigoblin
digigoblin17mo ago
Maybe low availability of the required GPU type?
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
Encyrption
Encyrption17mo ago
I have found that with :latest it will not update. Rather if you specify a specific version i.e. :1.01 when you change it to 1.02 (or other) the update will work. You cannot use :latest and assume it will update. It will not. You have to edit the template and provide a tag runpod has never seen.
ibrahim
ibrahimOP17mo ago
I dont use latest tag. I use the cheapiest worker option 16 GB GPU but it says high availability. However, the fact that it was not deployed even after 1 day seemed to be a problem.
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
Encyrption
Encyrption17mo ago
You updated your template with a new tag? Like this?
No description
ibrahim
ibrahimOP17mo ago
I would create a new enpoint right now because my app is currently in development. However, if the same issue occurs on production, It would be problem 😄 Because of that I'm trying to see if there is missing
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
ibrahim
ibrahimOP17mo ago
I don't know..
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
ibrahim
ibrahimOP17mo ago
It says "Waiting for logs" for the extra worker
Encyrption
Encyrption17mo ago
Have you tested your image locally?
ibrahim
ibrahimOP17mo ago
Nope, I don't have GPU environment on my local 😦, but there is no dramatical change between 1.2.4 and 1.2.5
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
ibrahim
ibrahimOP17mo ago
I reported thank you. I will update here if there is a problem Support suggested me to edit endpoint to set worker count to 0, then increase again. This way fixed the issue. Thank you 🙏
digigoblin
digigoblin17mo ago
You should not have to do that though
ibrahim
ibrahimOP17mo ago
Yes, I think an issue occurred, but I just got rid of the problem
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
digigoblin
digigoblin17mo ago
Thats a pain, easier just to set max workers to zero and back up again
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
digigoblin
digigoblin17mo ago
What is your point? Its stupid to waste unneccessary time recreating endpoint, getting a different endpoint id, having to change your code that calls the endpoint to use the new endpoint id etc etc, its a stupid point to be honest
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
ibrahim
ibrahimOP17mo ago
Both will create an unavailability anyway 😄 So I think runpod is aware of the problem since they suggested this to reset like this
briefPeach
briefPeach17mo ago
I had this issue occasionally. Just change the maximum or minimum number of worker or any param in the endpoint. It will trigger a new deployment
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
briefPeach
briefPeach17mo ago
Yes

Did you find this page helpful?