Skip to content
Snippets Groups Projects
Commit e7995a05 authored by Alexander Urban's avatar Alexander Urban
Browse files

Stagger the cron launch times in submit files

parent a78aa8e6
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,8 @@ log = $ENV(HOME)/public_html/overflows/logs/daily-overflows.log
on_exit_remove = false
periodic_hold = false
cron_minute = 0
cron_hour = 20
cron_minute = 30
cron_hour = 19
cron_day_of_month = *
cron_month = *
cron_day_of_week = *
......
......@@ -18,7 +18,7 @@ log = $ENV(HOME)/public_html/software-saturations/logs/daily-software-saturation
on_exit_remove = false
periodic_hold = false
cron_minute = 0
cron_hour = 20
cron_hour = 21
cron_day_of_month = *
cron_month = *
cron_day_of_week = *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment