Skip to content

Commit 1c4820d

Browse files
ci: celery-results cache for k8s (ietf-tools#8450)
1 parent a0a2a61 commit 1c4820d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

k8s/settings_local.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,11 @@ def _multiline_to_list(s):
272272
"MAX_ENTRIES": 5000,
273273
},
274274
},
275+
"celery-results": {
276+
"BACKEND": "django.core.cache.backends.memcached.PyMemcacheCache",
277+
"LOCATION": f"{MEMCACHED_HOST}:{MEMCACHED_PORT}",
278+
"KEY_PREFIX": "ietf:celery",
279+
},
275280
}
276281

277282
_csrf_trusted_origins_str = os.environ.get("DATATRACKER_CSRF_TRUSTED_ORIGINS")

0 commit comments

Comments
 (0)