#The serverless endpoint times out after 600 seconds, even though the timeout is set to 3600 seconds

9 messages · Page 1 of 1 (latest)

iron cave
#

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?

lyric ether
#

The logs say 600s timeout

gentle storm
iron cave
#

Thanks for reaching out, it's set to queue delay (4 seconds)

iron cave
#

now i have completely disabled the timeout and it still timeouted

lyric ether
#

i mean the code (probably the handler has a timeout

iron cave
#

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 @lyric ether