You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Production Redis is deployed independently of the Docker stack.
Actual behaviour
The Redis instance that stores user sessions is just defined in the Docker Compose configuration for production. If the swarm was scaled and two replicas of the stack were deployed without a load balancer in front of Redis, sessions would break.
Details and resources
We can spin up an AWS MemoryDB to use for production. It's even got a free tier option.
Expected behaviour
Production Redis is deployed independently of the Docker stack.
Actual behaviour
The Redis instance that stores user sessions is just defined in the Docker Compose configuration for production. If the swarm was scaled and two replicas of the stack were deployed without a load balancer in front of Redis, sessions would break.
Details and resources
We can spin up an AWS MemoryDB to use for production. It's even got a free tier option.
https://aws.amazon.com/memorydb/pricing/
Checklist
The text was updated successfully, but these errors were encountered: