Serverless timeout issue

Hi Guys i need help with a serverless timeout issue

i have a serveless endpoint setup that keeps timing out after 60 seconds i tried setting up the timeout to be 1200 , i tried disabling the time out , tried sending a time out with the reuqest
{
"input": {
"batch_size": 64
},
"timeout":2400,
}

the endpoint is setup to run with Queue Delay, but nothing lets it work for more than 60 seconds unless i make the worker active all the time
Was this page helpful?