Closed bobheadxi closed 2 months ago
Closes https://linear.app/sourcegraph/issue/CORE-237/error-creating-alertpolicy-with-an-invalid-duration-value-of-24h10m
GCP no longer allows alert policies on missing metrics for durations > 23h30m. Since the introduction of the MSP job runtime, jobs can depend on Sentry execution check-ins instead to be notified on missing job runs.
go build -o ./sg ./dev/sg && ./sg install -f -p=false sg msp generate -all
Closes https://linear.app/sourcegraph/issue/CORE-237/error-creating-alertpolicy-with-an-invalid-duration-value-of-24h10m
GCP no longer allows alert policies on missing metrics for durations > 23h30m. Since the introduction of the MSP job runtime, jobs can depend on Sentry execution check-ins instead to be notified on missing job runs.
Test plan