Hi Netlify team,
I’m on the Pro plan and would like to request a function timeout
increase to the maximum 26 seconds for my site.
Site URL: tubular-choux-2418ba.netlify.app
Site ID: 6c9a147d-500e-4dc1-88cf-8b5f2246ce46
I’m proxying Anthropic Claude API calls to parse multi-page lab PDFs
for a personal health tracker. The synchronous serverless function
needs more than 10 seconds to complete document analysis on multi-page
PDFs. I currently have timeout = 26 configured in netlify.toml under
[functions.“parse-labs”] but it doesn’t appear to be taking effect.
Thank you!