We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After I restart my database, any updates to tables are no longer pushed to the cache until I restart my webservers.
Cache invalidation should continue occurring despite the DB restart.
OS: python:3.12-slim-bookworm Docker image (Debian Bookworm) Django version: 5.0.8 Database: Postgres 16 Cachalot version: 2.6.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
After I restart my database, any updates to tables are no longer pushed to the cache until I restart my webservers.
What should've happened instead?
Cache invalidation should continue occurring despite the DB restart.
Steps to reproduce
OS: python:3.12-slim-bookworm Docker image (Debian Bookworm)
Django version: 5.0.8
Database: Postgres 16
Cachalot version: 2.6.3
The text was updated successfully, but these errors were encountered: