The serverless endpoint times out after 600 seconds, even though the timeout is set to 3600 seconds
Hello! I've set execution timeout to 3600 seconds on my endpoint but the request failed at exactly 10 minutes (which is the default timeout)
I have also tried entirely disabling execution timeout (unchecked the box) but requests still fail at exactly 600 seconds
Does it event work?


8 Replies
The logs say 600s timeout
Which scaling type you used? Queue delay or request count
Thanks for reaching out, it's set to queue delay (4 seconds)
now i have completely disabled the timeout and it still timeouted


Solution
i mean the code (probably the handler has a timeout
judjing by the logs it seems that there are no internal timeouts but i will try to reproduce the issue with just time.sleep(), thanks!

it was the internal code timeout 🤦♂️ thank you @riverfog7
😄