Skip to content

Commit

Permalink
Merge pull request #40160 from code-dot-org/ben/pause-contact-rollups
Browse files Browse the repository at this point in the history
Pause contact rollups nightly job
  • Loading branch information
bencodeorg committed Apr 20, 2021
2 parents 6d588a3 + 92d66f7 commit f8bf8bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cookbooks/cdo-apps/templates/default/crontab.erb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@
cronjob at:'5 12 * * *', do:deploy_dir('bin', 'cron', 'applab_datasets', 'daily_weather')
cronjob at:'0 12 * * *', do:deploy_dir('bin', 'cron', 'applab_datasets', 'covid19')
cronjob at:'00 02 * * *', do:deploy_dir('bin', 'cron', 'export_mysql_database_to_redshift')
cronjob at:'0 0 * * *', do:deploy_dir('bin', 'cron', 'build_contact_rollups_v2')
# Temporarily stop contact rollups daily sync with Pardot so we can do a pull FROM Pardot
# and avoid accidentally re-uploading contacts that have been deleted by our marketing team.
# cronjob at:'0 0 * * *', do:deploy_dir('bin', 'cron', 'build_contact_rollups_v2')
cronjob at:'0 2 * * *', do:deploy_dir('bin', 'cron', 'hoc_student_name_cleanup')

# RDS backup window is 08:50-09:20, so by 11:50 backups should definitely be ready
Expand Down

0 comments on commit f8bf8bd

Please sign in to comment.