Skip to content
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

[FEATURE]: Implement centralized Redis in production #76

Open
dgurns opened this issue Nov 26, 2020 · 0 comments
Open

[FEATURE]: Implement centralized Redis in production #76

dgurns opened this issue Nov 26, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@dgurns
Copy link
Owner

dgurns commented Nov 26, 2020

Is your feature request related to a problem? Please describe.
If we want to horizontally scale the API via a load balancer, we'll need to use a centralized Redis instance.

Describe the solution you'd like
Configure production to use a centralized Redis instance with password. Local and staging should continue using a local instance of Redis via docker-compose

Describe alternatives you've considered
One alternative is to vertically scale the backend, but I suspect horizontal scaling will be a better idea, due to probable limits on simultaneous websocket connections per server, cost, and redundancy.

Additional context

@dgurns dgurns added the enhancement New feature or request label Nov 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant