Commit 6d048d3
fix(metrics): compute the weekly email without the query cache
The Saturday email read through the metrics query cache and could serve
stale values; compute it fresh (use_cache=False) so the email and the
freshly warmed dashboard cache match.
Signed-off-by: Alan Peixinho <alan.peixinho@profusion.mobi>
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 0bdc212 commit 6d048d3
2 files changed
Lines changed: 4 additions & 1 deletion
File tree
- backend/kernelCI_app
- management/commands
- tests/unitTests/commands
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
860 | 860 | | |
861 | 861 | | |
862 | 862 | | |
| 863 | + | |
863 | 864 | | |
864 | 865 | | |
865 | 866 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
228 | 230 | | |
229 | 231 | | |
230 | 232 | | |
| |||
0 commit comments