Function timeout increase

hi @rework-digital :wave:t6: thanks for reaching out! I have increased your function timeout for your site to 26s which is the max set by AWS Lambda. please re-deploy to see this take effect.

Hi! Can you please increase the function timeout for site ID f9e62d39-ea3b-4738-9f63-483085d761f5?

Hi @gpoole,

Thanks for reaching out! Iโ€™ve increased the function time limit to 26 seconds for the site. Please re-deploy the site for this change to take effect.

Hi :wave:t6:
Good news! weโ€™re now letting Netlify Functions run for up to 30 seconds, for everyone. :partying_face:

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.

Have fun developing!