Hello Appwrite team,
I urgently need your help.
I am the founder of OnBuch, an EdTech application used by around 10,000 users in Cameroon. In the last two days alone, thousands of new users joined the platform, causing our Appwrite Cloud project to reach the Database Reads quota limit. As a result, the application is now completely unavailable.
This issue is affecting thousands of students who rely on OnBuch for their studies.
I am not asking for a permanent quota increase. I only need a temporary reads quota reset or a short-term quota increase so I can migrate our data to a new infrastructure and restore the service.
I am a student building this project independently, and I currently cannot afford to upgrade to a paid plan. I never expected such rapid growth, and I am doing everything I can to keep the service online for our users.
Could someone from the Appwrite team please help or advise on the best way to recover from this situation?
Project ID: 6a30463b00001375e229
Thank you very much for your time and support.
Hey! Sorry you're dealing with this—sudden growth is a good problem, but hitting Appwrite read quotas can bring everything to a halt.
I've helped optimize Appwrite-backed apps by reducing unnecessary database reads (through query optimization, caching, request deduplication, and client-side improvements) while planning a smooth migration to avoid future quota issues.
A quick question: are the reads mainly coming from real user traffic, or do you suspect repeated polling/listeners or inefficient queries? That will help identify the fastest path to getting OnBuch back online. <@1510934590255009832>
Recommended threads
- Scheduled functions (CRON) not firing — ...
Hi team — same symptom as a recent thread here where switching from a round cron expression to an offset-minute one fixed it. Project ID: 69fa56560037c7843a85 ...
- Functions in cloud console not works
please advise as all of my runing functions on Appwrite console was working before , but now it give this error [Invalid `headers` param: Value must be a valid...
- Cannot migrate from Supabase
Hi, I was trying to migrate from Supabase to the Appwrite database. My database had around 190K columns. I tried it twice. Both times, after 2 days, the proce...