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?
1.png
2.png
Solution
i mean the code (probably the handler has a timeout
Was this page helpful?