vitalik
vitalik
RRunPod
Created by vitalik on 10/10/2024 in #⚡|serverless
Job retry after successful run
thanks, i'll try
8 replies
RRunPod
Created by vitalik on 10/10/2024 in #⚡|serverless
Job retry after successful run
seems like turning off flashboot solved the problem, but not sure, maybe just coincidence
8 replies
RRunPod
Created by vitalik on 10/9/2024 in #⚡|serverless
Pod stuck when starting container
yes, i'm using serverless
15 replies
RRunPod
Created by vitalik on 10/9/2024 in #⚡|serverless
Pod stuck when starting container
nice, i'll have a look at it, thank you
15 replies
RRunPod
Created by vitalik on 10/9/2024 in #⚡|serverless
Pod stuck when starting container
yes, it has exact same code and some other stuff like uploading generated images to s3
15 replies
RRunPod
Created by vitalik on 10/9/2024 in #⚡|serverless
Pod stuck when starting container
Ok, thanks. The weird part is that it kept trying to execute single request for many hours, logs look like this 2024-10-09 06:55:45.855[n5bwvtgs4p6x3t][error]worker exited with exit code 0 2024-10-09 06:55:29.577[n5bwvtgs4p6x3t][error]worker exited with exit code 0 2024-10-09 06:55:13.271[n5bwvtgs4p6x3t][error]worker exited with exit code 0 ... and so on
15 replies
RRunPod
Created by vitalik on 10/9/2024 in #⚡|serverless
Pod stuck when starting container
It is just starting ComfyUI and executing prompts from incoming requests if __name__ == "__main__": wait_for_service(url="http://{}/prompt".format(COMFYUI_ADDRESS)) print("ComfyUI is ready. Starting RunPod...") runpod.serverless.start({"handler": handler})
15 replies