Skip to content
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

deployed on vercel often leads to timeout #1

Open
allentofight opened this issue Nov 21, 2023 · 1 comment
Open

deployed on vercel often leads to timeout #1

allentofight opened this issue Nov 21, 2023 · 1 comment

Comments

@allentofight
Copy link

by vercel's doc, "Functions on the Edge Runtime do not have a max duration limit but must begin sending a response within 25 seconds. They require an initial response then allow you to continue streaming responses after that time."

so you project works well on local, but cannot work on vercel, because it exceeds 25s very easily

@mandarini
Copy link
Owner

Yeah, @allentofight thanks for reporting this, I know :( I should've written it in the README. I actually upgraded my project so that I could increase the timeout of the edge function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants