Accelerate On-Demand Invalidation Rate Limit
What's the rate limit for programatic/on-demand cache invalidation? I can't find any details in the documentation
4 Replies
Hi @Raj
You can invalidate the cache on-demand via the
$accelerate.invalidate API
if you're on a paid plan, or you can invalidate your entire cache, on a project level, a maximum of five times a day.
https://www.prisma.io/docs/accelerate/faq#how-can-i-invalidate-a-cache-on-accelerateAccelerate: FAQ | Prisma Documentation
Frequently asked questions about Accelerate.
what’s the rate limit for invalidating the cache on-demand though?
I would assume it’s not the same as the project-level cache invalidation rate limit via the dashboard
https://www.prisma.io/pricing#accelerate
It's 10,000/day for Pro plan and 1,00,000/day on Business Plan
Prisma
Pricing - Prisma Data Platform
Get started for free with Prisma. Choose the right plan for your workspace based on your project requirements.
Awesome, thanks for the info 🙂