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

build: Use memcached #318

Merged
merged 3 commits into from
Aug 14, 2023
Merged

build: Use memcached #318

merged 3 commits into from
Aug 14, 2023

Conversation

kesara
Copy link
Member

@kesara kesara commented Jul 13, 2023

Fixes #284

@@ -173,8 +173,8 @@

CACHES = {
"default": {
"BACKEND": "django.core.cache.backends.db.DatabaseCache",
"LOCATION": "cache_table",
"BACKEND": "django.core.cache.backends.memcached.PyMemcacheCache",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider splitting configuration session out even if you also point default to memcached.

Also take a look at datatracker's ietf.utils.cache.LenientMemcacheCache to see if it might be useful here.

@kesara kesara marked this pull request as ready for review August 13, 2023 23:38
@kesara kesara requested a review from rjsparks August 13, 2023 23:38
@kesara kesara merged commit c1b4895 into ietf-tools:main Aug 14, 2023
4 checks passed
@kesara kesara deleted the build/memcached branch August 14, 2023 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use memcached as default cache backend
2 participants