ComfyUI Job Failed
Based on the logs, it seems like it tries to connect before it's actually launched.
Let me know if I should do anything on my end to fix. It worked well before.
19 Replies
I don't see whats wrong in the logs, any error?
especially which part?
you can modify your handler retries to retry more, or more delay between retry ( to check if comfyui is ready)
how do i change the handler retries?
in the handler.py or whatever your handler name is, the code inside it
oh, inside of the docker image?
can i overwrite them here?

in variables
yes
i dont think so
let me see
thanks! yea would kind of suck having to make a new docker
okay nvm, you can
see that environment variable slot
ππ» ππ» ππ»
add a new one
then put in
COMFY_POLLING_MAX_RETRIES
in the left side
on the right side set 800
or whatever number works ( usually above 500) if this is the casehey, i didnt have issues before. do u think its worth terminating the worker and trying again to see if that fixes it?
sure, another worker
ok ill try. tahnks so much for your help man
your welcome!
terminating worker worked. FYI π thanks again
ah so its a bad worker then
if you get this often, feel free to make a support ticket from the website man
Does anyone have a good python demo code to generate an image against a serverless comfyui
@WorldObserver Does anyone have a good python demo code to generate an image against a serverless comfyui
Hmm here is an example kn github, search for comfyui-worker then there is a request body payload example