Why is Runsync returning status response instead of just waiting for image response?
My runsync requests are getting messed up by runpod returning a sync equivalent response (with 'IN_PROGRESS' status and id showing). I need to just return the image, or a failure, not the status using runsync. If I want the status I would just use 'run'. Any idea why this is happening and how to prevent it?
For reference, this is for request that generally run for 5-18 seconds to completion.