You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why are my setting likes this?
I've noticed that some tables are being cached of apps that were not defined to be cached. That's why I am exluding all
and whitelist them later on. When I only defined CACHALOT_ONLY_CACHABLE_APPS without setting CACHALOT_UNCACHABLE_APPS even more apps were cached even though they should't be (e.g celery beats table)
When using my application, I've noticed in the debug toolbar that also the tables of AppB are being cached even though they should not. I am also not access ModelB.
Is this behaviour as expected?
What have you tried so far?
The text was updated successfully, but these errors were encountered:
Question
I have a structure like this:
My settings are:
Why are my setting likes this?
I've noticed that some tables are being cached of apps that were not defined to be cached. That's why I am exluding all
and whitelist them later on. When I only defined CACHALOT_ONLY_CACHABLE_APPS without setting CACHALOT_UNCACHABLE_APPS even more apps were cached even though they should't be (e.g celery beats table)
When using my application, I've noticed in the debug toolbar that also the tables of AppB are being cached even though they should not. I am also not access ModelB.
Is this behaviour as expected?
What have you tried so far?
The text was updated successfully, but these errors were encountered: