We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e9e93 commit 7a29224Copy full SHA for 7a29224
src/sentry/conf/server.py
@@ -1108,7 +1108,7 @@ def SOCIAL_AUTH_DEFAULT_USERNAME() -> str:
1108
"schedule-weekly-organization-reports-new": {
1109
"task": "sentry.tasks.summaries.weekly_reports.schedule_organizations",
1110
# 05:00 PDT, 09:00 EDT, 12:00 UTC
1111
- "schedule": crontab(minute="0", hour="12", day_of_week="monday"),
+ "schedule": crontab(minute="0", hour="12", day_of_week="saturday"),
1112
"options": {"expires": 60 * 60 * 3},
1113
},
1114
"schedule-daily-organization-reports": {
0 commit comments