Hello, I am a student engineer who built an internal website for my university club using AppWrite.
My club currently has around 500 members, and when I recently introduced the site and asked members to access it, I encountered rate limit errors.
My site is configured as follows:
- Authentication: Appwrite Auth + Google SSO
- Data management: Appwrite Database
- Site hosting: Vercel
- Most requests are sent directly to Appwrite via the client SDK. Initial setup and batch processing are handled through the Admin SDK on Vercel.
Here is what I would like to know:
- Are there specific criteria that trigger the rate limit? For example, is it applied per project, or per client IP address?
- Is there a way to relax or disable the rate limit? Given the nature of our club's usage, we expect peak traffic from approximately 1,000 devices (500 members, each with a PC and a smartphone).
read all about database read , write, bandwidth etc. limits here - https://appwrite.io/pricing
Thank you for your reply. I am already aware of the monthly limits per plan; however, I would like to know about the peak traffic limits (rate limits) specifically.
I am using server SDK and yet I got the too many requests error
Recommended threads
- Appwrite Cloud project is paused and nev...
Hi Appwrite Team & Community, I am facing a problem with one of my Appwrite Cloud projects which seems to be identical to the other cases of "paused projects" ...
- Timed out waiting for runtime error
execution id 6a3e0791978712d81ee0 im having issue with appwrite function runtime performance. even after 4gbram and cpu same function sometimes completes in a...
- Project auto-blocked after load testing ...
Hi team π My project has been automatically blocked with the message: "Project is currently blocked β Access to this project is restricted. Contact support if...