Skip to content

Documentation should be clear about the Django cache #10

@David-Keeffe

Description

@David-Keeffe

If you only use the default memory cache, the locking mechanism is unreliable as the cache isn't shared between worker processes (e.g. if you use gunicorn). You should recommend that a shareable cache is used, even the basic file system method.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions