Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production Redis is in the Docker stack without its own load balancer #252

Open
2 tasks done
davidvandusen opened this issue Jan 15, 2022 · 0 comments
Open
2 tasks done
Labels
enhancement New feature or request

Comments

@davidvandusen
Copy link
Member

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

  • This issue is linked to the appropriate project.
  • This issue has appropriate labels.
@davidvandusen davidvandusen added the enhancement New feature or request label Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant