Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change timing of Zendesk slack report #27618

Merged
merged 1 commit into from
Mar 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion cookbooks/cdo-apps/templates/default/crontab.erb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
cronjob at:'00 17 * * *', do:deploy_dir('bin', 'cron', 'stop_inactive_adhoc_instances')
cronjob at:'0 10 * * *', do:deploy_dir('bin', 'cron', 'redshift_rollups')
cronjob at:'1 7 * * 6', do:deploy_dir('bin', 'cron', 'cleanup_workshop_attendance_codes')
cronjob at:'0 10 * * 1-5', do:deploy_dir('bin', 'cron', 'zendesk_slack_report')
cronjob at:'0 17 * * 1-5', do:deploy_dir('bin', 'cron', 'zendesk_slack_report')

# RDS backup window is 08:50-09:20, so by 11:50 backups should definitely be ready
cronjob at:'50 11 * * *', do:deploy_dir('bin', 'cron', 'push_latest_rds_backup_to_secondary_account')
Expand Down