Skip to content

Commit 7a29224

Browse files
author
Bartek Ogryczak
committed
chore(alerts): move weekly summary Monday -> Saturday
1 parent e5e9e93 commit 7a29224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/conf/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ def SOCIAL_AUTH_DEFAULT_USERNAME() -> str:
11081108
"schedule-weekly-organization-reports-new": {
11091109
"task": "sentry.tasks.summaries.weekly_reports.schedule_organizations",
11101110
# 05:00 PDT, 09:00 EDT, 12:00 UTC
1111-
"schedule": crontab(minute="0", hour="12", day_of_week="monday"),
1111+
"schedule": crontab(minute="0", hour="12", day_of_week="saturday"),
11121112
"options": {"expires": 60 * 60 * 3},
11131113
},
11141114
"schedule-daily-organization-reports": {

0 commit comments

Comments
 (0)