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
{{ message }}
This repository was archived by the owner on Jun 10, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: