You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[checks.remotesettings-prod.attachments-main]
description = "Attachments are all available via CDN"module = "checks.remotesettings.attachments_availability"params.server = "https://firefox.settings.services.mozilla.com/v1"params.buckets = ["main", "blocklists"]
[checks.remotesettings-prod.attachments-main]
description = "Attachments are all available via CDN"module = "checks.remotesettings.attachments_availability"params.server = "https://firefox.settings.services.mozilla.com/v1"params.buckets = ["security-state"]
or have a range parameter to split it based on number of attachments:
[checks.remotesettings-prod.attachments-part1]
description = "Attachments are all available via CDN"module = "checks.remotesettings.attachments_availability"params.server = "https://firefox.settings.services.mozilla.com/v1"params.slice_percent = [0, 49]
[checks.remotesettings-prod.attachments-part2]
description = "Attachments are all available via CDN"module = "checks.remotesettings.attachments_availability"params.server = "https://firefox.settings.services.mozilla.com/v1"params.slice_percent = [50, 100]
The text was updated successfully, but these errors were encountered:
See https://github.com/mozilla-it/webservices-infra/pull/2011#issuecomment-2115277602
For example, by bucket:
or have a range parameter to split it based on number of attachments:
The text was updated successfully, but these errors were encountered: