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

Django Cache Module: handle cache clusters #3062

Open
antonpirker opened this issue May 10, 2024 · 0 comments
Open

Django Cache Module: handle cache clusters #3062

antonpirker opened this issue May 10, 2024 · 0 comments
Assignees
Labels

Comments

@antonpirker
Copy link
Member

Problem Statement

When using a cluster for caching the LOCATION property in the Django CACHES settings is a list of servers. Make sure we handle this case in _get_address_port here: https://github.com/getsentry/sentry-python/blob/antonpirker/django-caching-module/sentry_sdk/integrations/django/caching.py#L128

Solution Brainstorm

We need to define what exactly should be sent so Sentry in that case.

@antonpirker antonpirker self-assigned this May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant