Skip to content

Commit 63cf0e2

Browse files
authored
Merge pull request code-dot-org#24843 from code-dot-org/stop-scheduled-frontend-restarts
Stop restarting web servers nightly
2 parents ebb7cce + dab6f69 commit 63cf0e2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cookbooks/cdo-apps/templates/default/crontab.erb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,6 @@
9999
cronjob at:'0 10 * * *', do:deploy_dir('bin', 'cron', 'redshift_rollups')
100100
cronjob at:'1 7 * * 6', do:deploy_dir('bin', 'cron', 'cleanup_workshop_attendance_codes')
101101

102-
# 4AM UTC is 8 or 9PM PT, a low traffic time when engineers are still awake to monitor any issues that occur
103-
# during the automated restarts.
104-
cronjob at:'00 4 * * *', do:deploy_dir('bin', 'cron', 'restart_high_memory_frontend_services')
105-
106102
# RDS backup window is 08:50-09:20, so by 11:50 backups should definitely be ready
107103
cronjob at:'50 11 * * *', do:deploy_dir('bin', 'cron', 'push_latest_rds_backup_to_secondary_account')
108104
end

0 commit comments

Comments
 (0)