-
Notifications
You must be signed in to change notification settings - Fork 59.2k
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
[Feature Request]: Vercel Functions for Hobby can now run up to 60 seconds #4781
Comments
The timeout is currently set to 60 seconds in nextchat, you might want to check if something else is causing the 25-second prompt to run out, Or do you have any error screenshots? Let's examine the causes of early timeouts |
So I think maybe Edge runtime is involved.
|
About api/openai/[...path]: |
@maxduke
https://github.com/orgs/vercel/discussions/3553#discussioncomment-7131497
But I'm a programming newbie and can't really handle the code😂😂😂 |
reopened. Thanks a lot for the information. Let’s see. |
Problem Description
You'll get a timeout error if no data is returned from the API after about 25 seconds when deploying the application in Vercel Hobby.
Solution Description
Vercel Functions for Hobby can now run up to 60 seconds.
https://vercel.com/changelog/vercel-functions-for-hobby-can-now-run-up-to-60-seconds
I'm wondering if the above change can be implemented.
Alternatives Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: