Skip to content

Commit

Permalink
Send ping expiry alerts to [email protected] (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWu authored Oct 24, 2024
1 parent 7a496b6 commit 079e87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion probe_scraper/ping_expiry_alert.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
RETENTION_DAYS_MESSAGE_TEMPLATE = '\t- The "{table_name}" table for will start expiring data older than {retention_days} days starting on {expiry_date} ({num_weeks} weeks from now)' # noqa

# emails in this list will receive alerts for all pings
DEFAULT_EMAILS = ["bewu@mozilla.com", "[email protected]"]
DEFAULT_EMAILS = ["telemetry-alerts@mozilla.com", "[email protected]"]

NOTIFICATION_DAYS_MAX = 25
NOTIFICATION_DAYS_MIN = 5
Expand Down

0 comments on commit 079e87f

Please sign in to comment.