R
RunPod3mo ago
Kays

Workers wrongfully reported as "idle"

When I call my serverless api endpoint, instead of serving my request, it continues building the image while the worker was reported as "idle" and then "running" when called. So I cancel the request, but then the only way to make it stop (so it doesn't keep billing me) is deleting the worker.
No description
5 Replies
Kays
KaysOP3mo ago
The logs don't work either, should I just wait?
Jason
Jason3mo ago
the worker status seems normal?, if the logs dont work, try to check if the worker;s running or try to create a new endpoint, test in other regions too
flash-singh
flash-singh3mo ago
did you push a container update to the same tag? thats the only known case where this occurs
Kays
KaysOP3mo ago
yes but the problem is that it started building when it was reported as ready for predictions, billing prediction time while it was building I do all my pushes to "latest", I guess I should do version names then
flash-singh
flash-singh3mo ago
yes always do a new release with new tags

Did you find this page helpful?