Commit 65afd9f
authored
ci(canary): run canary every 15 minutes instead of hourly (#1707)
Tightens the canary schedule from '0 * * * *' (hourly) to '*/15 * * * *'
so breakages in our dependencies or the service (e.g. the CDK schema
mismatch that broke deployments) surface within ~15 min instead of up to
an hour later.
Runs stay serialized via the existing 'canary' concurrency group, so a
run that overruns 15 min queues the next one rather than overlapping.1 parent 4786786 commit 65afd9f
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | | - | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments