Valerio
RRunPod
•Created by Valerio on 12/23/2024 in #⚡|serverless
Charge of 50 USD failed cause I don't have enough money. Balance is 99USD. Do I need to recharge?
I currently have a balance of $99 in my RunPod account and am using a serverless endpoint. Recently, there was an attempted charge of $50 that failed due to insufficient funds. I will automatically get some money in a couple of days. But what happens if RunPod tries again to take $50 and fail? Will it stop the endpoint even if I have $99 in my runpod balance?
2 replies
RRunPod
•Created by Valerio on 11/28/2024 in #⚡|serverless
ComfyUI stops working when using always active workers
Hi. I know it's strange, but here it is. I have a workflow that works flawlessly when using serverless workers that are NOT always active. That is, if I set "always active" to 0 and max workers to 1 or 2 and it all works fine.
For deployment, I put 1 worker as always active and 3 max workers. With this setup, (and exactly the same code as before), things stop working. The ComfyUI server starts but it looks like the endpoint never receives a request.
If I set It back to set 0 always active workers, it works again.
Any idea what it could be and how can I debug it?
I am using this as a template
https://github.com/blib-la/runpod-worker-comfy
With the difference that I baked in the docker image all the models and custom node. I am still using the rp_handler.py script in that repo though.
2 replies