Skip to content

Commit

Permalink
Merge pull request #27618 from code-dot-org/islemaster-patch-2
Browse files Browse the repository at this point in the history
Change timing of Zendesk slack report
  • Loading branch information
islemaster committed Mar 21, 2019
2 parents b51490a + 42c2168 commit a3daf30
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit a3daf30

Please sign in to comment.