Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/sentry/options/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -1554,10 +1554,10 @@
)

# Brownout schedule for the deprecated alerts API endpoints.
# 2 minute blackout 12 times a day (every 2 hours, on the hour, UTC).
# 2 minute blackout 24 times a day (every hour, on the hour, UTC).
register(
"api.deprecation.alerts-cron",
default="0 */2 * * *",
default="0 * * * *",
type=String,
flags=FLAG_AUTOMATOR_MODIFIABLE,
)
Expand Down
Loading