Hi Appwrite Team, I have a Question. The Appwrite team told me before that I can Scale Appwrite containers Because Some of the Containers are Stateless. But my Question is MariaDB , etc, Can I Scale The Stateful Containers And If I do If multiple Container Write at the Same Time, If it would be a problem or Not? I'm using Kubernetes but Answers related are also Helpful Thanks!
Mariadb is not one of the stateless containers. You can scale that the way you'd scale any mariadb database. It might be best to use a managed service
Recommended threads
- Error: Trying to install appwrite on sub...
``` [Error] Method: POST appwrite | [Error] URL: /v1/account appwrite | [Error] Type: Appwrite\Extend\Exce...
- JavaScript heap out of memory during bui...
I am running into heap out of memory when I am trying to build an Appwrite site. Usually this can be fixed by modifying the `max-old-space-size` configuration, ...
- client.ping() does not appear to work.
After upgrading to 1.8.0, I ran the `starter_for_flutter` and tested the ping. It failed with a "Server Error". I tried this again on my production instance (1...