grafana / oncall

Developer-friendly incident response with brilliant Slack integration
GNU Affero General Public License v3.0
3.53k stars 292 forks source link

Add support for Redis Clustering (Cluster or Sentinel) #4360

Open EStork09 opened 6 months ago

EStork09 commented 6 months ago

What would you like to see!

The ability to set Redis to support clustering. Right now with USE_REDIS_CLUSTER = True I am getting a large amount of MOVED making it seem as though engine isn't handling the concept of being in a cluster well. I tried the headless service as well as just the regular service and it still resulted in that.

Product Area

Other

Anything else to add?

If redis clustering is already supported that is fine, it just might require some better documentation.

github-actions[bot] commented 6 months ago

The current version of Grafana OnCall, at the time this issue was opened, is v1.5.0. If your issue pertains to an older version of Grafana OnCall, please be sure to list it in the PR description. Thank you :smile:!

MedAzizTousli commented 1 month ago

I also would like this feature to be added since we only use Redis Cluster in our Kubernetes Cluster.