Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Do not crash/error if Redis is unreachable for request limits #135

@arkocal

Description

@arkocal

It is possible to achieve High Availability in Redis by master-slave replication, but most likely the costs of operating replicas is not worth for the short unexpected downtimes. I thinks it is better to temporarily disable rate limits by skipping the queries when Redis is not reachable. This way, we can offer HA in frontend, even when we don't in Redis with minimal changes in operation.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions