I am getting lots of timeouts since yesterday's incident, speaking in terms of multiple 100s just today. Also, very frequently, request are taking lots of time to complete (more than 5 seconds). It is happening for all CRUD operations and also both for Auth, Database, Messaging etc.
What is interesting, this is not the first time - this always happens after the incident with database, something is still broken on the Cloud side. Even if incident is resolved quickly I still get very bad experience for many days after.
I have some retry and mitigation logic for some of those fails but it is not a silver bullet and my error reporting is still going crazy plus I am getting bad reviews on the stores that will probably always stay there ๐.
Recommended threads
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...