My Netlify site name is: d91183aa-4435-4f5e-869f-5ad8be273cbb
I’m experiencing the same issue as the user mentioned above, where the lambda function is timing out after 10 seconds. This timeout is significantly impacting our users.
Could you please increase the timeout to 26 seconds for our site as well? The error message and details are similar to the example provided by the other user:
errorMessage: “Task timed out after 10.02 seconds”
errorType: “LambdaTimeout”
Thank you for your assistance in resolving this issue.
Thanks for reaching out! Could you let us know the site name of the site that you would like the function timeout increased on? If you could provide the sitename such as sitename.netlify.app.
@abhimanyutokas Netlify will respond, but I believe the maximum execution limit is 26 seconds, as mentioned in the Custom deployment options for functions in the documentation:
Maximum execution limit can be increased by contacting support.
Synchronous functions can have a maximum execution limit of 26 seconds.
For longer executions you would need to use something else, perhaps Background Functions.
Hi there! we can definitely bump you up to 26 seconds, but you’ll need to be on the Pro tier for us to make that change - that’s a requirement that applies to everyone who wants a bigger timeout. You can upgrade to Pro easily through the Netlify UI dashboard. Please note the max function timeout is 26s set by AWS lambda.
If you let us know when you have upgraded, we can change the settings for you!
Hi
Good news! we’re now letting Netlify Functions run for up to 30 seconds, for everyone.
This has been a highly requested feature, especially since AI entered the scene so strongly. So now you can e.g. have your LLM stream back responses to the client via a serverless function, without worrying about going over the previous 10-second default.
It also means that if some of your server-rendered pages or API endpoints take a bit longer than the usual due to issues outside your control (say, a third-party API being slow), you’d experience less timeouts.