Cache or some temporal memory? #2176
Unanswered
jesus-hergueta
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I'm opening this question because I'm having a problem with some dashboard I have.
Basically I have a Docker compose stack where I have a container running Datasette and another one with a Cron that runs a pipeline. The cron every night updates the
.db
file that Datasette is using. This file is in a bind folder configured in both containers, and the folder is in the host OS.Everything was working fine until 2 weeks ago.
I have a dashboard built with the plugin datasette-dashboards and when the cron ran and update the DB file the queries in this Dahsboard start to return incorrect data and even zero results.
The problem is solved with a restart of the containers (I don't even have to rebuild them).
There is any memory that must to be reseted or some cache that can help me fix this problem?
I've already check the docs and find Immutable mode and Datasette inspect or Caching but I don't have any of that in my configurations (maybe is loading this configurations by default?).
Beta Was this translation helpful? Give feedback.
All reactions