#32844: Cached pages can crash on 3.1 to 3.2 upgrade
--------------------------------+--------------------------------------
Reporter: Iuri de Silvio | Owner: nobody
Type: Bug | Status: closed
Component: Documentation | Version: 3.2
Severity: Normal | Resolution: wontfix
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------+--------------------------------------
Comment (by Simon Charette):
FWIW we've used the `KEY_FUNCTION`
[https://docs.djangoproject.com/en/3.2/ref/settings/#std:setting-CACHES-
KEY_FUNCTION setting] to namespace keys of `CACHES` entries doing rich
object serde by Django major version to prevent these issues from
happening. You have to be careful to do a progressive rollout to prevent
cache miss stampedes but it completely avoids these kinds of issues.
--
Ticket URL: <https://code.djangoproject.com/ticket/32844#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/068.3b82c0de5dea9f96390218813c996410%40djangoproject.com.