-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invocations should time out in 10s #45
Comments
PR welcome! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@sw-yx should stalebot really be adding |
probably not haha i just set it up w default settings |
You can request longer timeouts from Netlify up to a max of 15 minutes so I think making it a setting rather than a fixed timeout would be preferable. |
thanks dave. PR still welcome but this isnt a high pri for me rn |
resolved in https://github.com/netlify/netlify-lambda/releases/tag/1.4.0 thanks to naipath! |
Thanks! |
Since production functions time out in 10 seconds it would probably be a big help for local function development if netlify-lambda also timed out in 10 seconds by default. That would prevent surprises for any folks who may have missed that section of the functions/Lambda documentation.
The text was updated successfully, but these errors were encountered: