status: "IN_QUEUE" , what can be the issue
Hello! I'm using Postman to send POST requests with input images encoded in base64 to a serverless RunPod instance. However, regardless of the JSON structure I use, the error persists, and the workflow doesn't trigger. Can anyone help me troubleshoot this persistent issue?
4 Replies
What image are you using? What input is the handler expecting?
am using the cat-vton wrapper custom docker image, am not using any input handler
If your runpod image does not have a handler it will 100% NOT work. Here is a link to more detail on the handler:
https://docs.runpod.io/serverless/workers/handlers/overview
Overview | RunPod Documentation
Create and deploy serverless Handler Functions with RunPod, processing submitted inputs and generating output without managing server infrastructure, ideal for efficient, cost-effective, and rapid deployment of code.
it worked !!