Skip to content

Commit 079e87f

Browse files
authored
Send ping expiry alerts to [email protected] (#821)
1 parent 7a496b6 commit 079e87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

probe_scraper/ping_expiry_alert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
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
4343

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

4747
NOTIFICATION_DAYS_MAX = 25
4848
NOTIFICATION_DAYS_MIN = 5

0 commit comments

Comments
 (0)