#Updated serverless workers are all unhealthy

4 messages · Page 1 of 1 (latest)

wary phoenix
#

I used to have a fully functional deployment of a serverless worker with comfyui which gets models from my network volume. I have since deployed an update which has new comfyui nodes and models, but my deployment only makes unhealthy workers and api requests are not being processed. I am not sure if the issue is my comfyui snapshot file that teh worker is building from, or the docker file build commands or my network volume. I need help. The worker that used to work is from this docker image fairweather7/runpod-comfyui-api-worker:1.0.5 and the new one that does not work is from fairweather7/runpod-comfyui-api-worker:1.0.11

jade groveBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

frozen summit
#

Hi Mark,

I had a similar issue when there was a bug in the worker’s code that caused it to fail. After several failed attempts to run, the worker would become unhealthy.

Also, according to the docs, exit code 127 means: executable not found. So please double-check the template you’re using to run the worker.

Docker Documentation

Running and configuring containers with the Docker CLI

wary phoenix