How to force execute queries for dashboards? Adding maxAge=0
does not help
#6467
Unanswered
sullerandras
asked this question in
Q&A
Replies: 1 comment 3 replies
-
It seems the redash ui makes POST https://redash.mydomain.com/api/queries/180/results api requests for all queries on the dashboard with payload like this: It does return cached data. However if i add |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My goal is to ensure that when a dashboard is opened then it shows the latest available data (instead of cached data from hours or days ago). Adding the
maxAge=0
query parameter forces that particular query to refresh but how to achieve the same for all queries on a dashboard?Beta Was this translation helpful? Give feedback.
All reactions