Two of my sites are suddenly hitting Serverless Function rate limits on Vercel #4464
Replies: 1 comment 1 reply
-
Hey @silasabbott! I encountered this issue a couple of days ago and could not solve it. Many of my SvelteKit apps suddenly started showing the 429: TOO_MANY_REQUESTS error. The Vercel logs did not help much on debugging the problem. The issue can be reproduced by rapidly reloading a SvelteKit app. I am running the latest version of SvelteKit (to this date). I also tried changing the SvelteKit adapter from @sveltejs/adapter-auto to @sveltejs/adapter-vercel without success. Vercel Logs If anyone finds out how to fix this issue, please let us know in this discussion. Thank you! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting errors on two of my sites periodically because SvelteKit's index.js SSR serverless function somehow hit Vercel's limit of 1000 concurrent executions. I haven't touched or updated either project in 2 months, and this issue started happening a week and a half ago. They are both extremely low traffic sites. When this happens, it happens to both of them within 2 hours of each other.
Any ideas on what's happening?
Beta Was this translation helpful? Give feedback.
All reactions