Commit 10b3513
authored
Less frequent test alerts (#4362)
## Changes
Re-evaluate test alerts every Jan 10 at 09:00, instead of every hour on
every day. Since we clean them up every night, ideally there won't be
any alerts to re-evaluate at that time (or only a few from the new test
runs).
## Why
There was a problem when even deleted alerts are counting towards a
workspace quota. The alerts team is working on that. Another problem is
alerts service hitting compute quotas, which can be due to many
re-evaluations of not yet deleted alerts. This PR addresses the later
problem.
## Tests
acceptance1 parent ba0069f commit 10b3513
File tree
4 files changed
+4
-4
lines changed- acceptance/bundle
- deployment/bind/alert
- generate/alert
- out/alert
- invariant/data
4 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments