Hi,
I recently exceeded the Fast Data Transfer limit on the Hobby plan (around 130GB / 100GB). This was caused by a single large GIF (~17MB) being requested frequently (~6k requests).
Current Status
I’ve already fixed the root cause by:
- Moving large assets to an external CDN (
Cloudflare R2) - Adding permanent redirects from
Vercelto the CDN - Confirming that new requests are no longer being served through
Vercel
Right now, everything looks stable and the site is still working normally. There’s still a small amount of normal traffic (as expected), but nothing heavy anymore.
Questions
The AI in Vercel support mentioned that exceeding the limit can result in projects being paused automatically. However, in my case, I’ve already exceeded the limit, but nothing has been paused so far.
So I’m just curious from real-world experience:
- How likely is it for a project to get paused after the spike has already been resolved?
- If usage is no longer increasing, does the system still tend to pause later?
- Is it common to just remain active until the next reset in cases like this?
I’m just trying to understand how this usually behaves in practice so I can plan things properly (especially around using an external CDN).
Thanks!