We found the schedule query like to fetch last query result(or cache), instead of execute query right.

Scenario: We config alert and schedule query to check database daily.
However, the daily query look like get the cache result, not actually execute query.
If we manually click query button twice, first query will return last result, second run query will works.

Thanks for your help,

  • Robin Su