Why my docker image used for my serverless endpoint is not updating?
Hi team, I pushed a new version of docker image to my personal docker hub, and I want to update my serverless endpoint to use my latest docker image.
What I did was that I clicked the
new release
in my endpoint setting, but it is not working for me. My runpod endpoint shows no sign of updating.
Can anyone help?2 Replies
Is it updating my docker image now? I saw these
stale workers
, does it mean these workers will be updated soon?Yes
After you click new release -> it updates your current template used for that endpoint, and other endpoints ( if you have ) will be updated like that too
slowly, 1-2 workers will be moved into "latest" and that will use your latest changes
that is made so that your workers updates without downtime impact
if you want to speed it up ( for development purposes ) edit the endpoint, set max workers to 0 press ok
then go back to 3