Skip to content

Commit

Permalink
ci: merge main to release (#8452)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsparks authored Jan 21, 2025
2 parents a4eeae5 + 567d55f commit 896968d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions k8s/settings_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,11 @@ def _multiline_to_list(s):
"MAX_ENTRIES": 5000,
},
},
"celery-results": {
"BACKEND": "django.core.cache.backends.memcached.PyMemcacheCache",
"LOCATION": f"{MEMCACHED_HOST}:{MEMCACHED_PORT}",
"KEY_PREFIX": "ietf:celery",
},
}

_csrf_trusted_origins_str = os.environ.get("DATATRACKER_CSRF_TRUSTED_ORIGINS")
Expand Down

0 comments on commit 896968d

Please sign in to comment.