-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
I am a little confused about the setup process. It seems you are recommending SQLite3 for the cache which make sense as it means less 'real' databases to maintain.
On a AWS ECS cluster with the service running on two instances of a task would we want to give each instance of the application its own SQLite3 database with a cache with a docker volume. Or do we want to setup a EFS so the tasks can share the cache with some sort of alteration to SQLite3 to stop it from blocking the second process and therefore keep the cache alive between deploys?
Or in this setup do we stick with RDS Postgres?
Metadata
Metadata
Assignees
Labels
No labels