From 1c837b1027dc9004825c2c51d6acd267979ba4bf Mon Sep 17 00:00:00 2001 From: Zambom Date: Tue, 5 Sep 2017 21:02:15 -0300 Subject: [PATCH] Changin pendencies cron to run at 5am --- amadeus/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amadeus/settings.py b/amadeus/settings.py index 09d8762..34a8d41 100644 --- a/amadeus/settings.py +++ b/amadeus/settings.py @@ -215,7 +215,7 @@ CRON_CLASSES = [ ] CRONJOBS = [ - ('0 0 * * *', 'notifications.cron.notification_cron'), + ('0 5 * * *', 'notifications.cron.notification_cron'), ('0 0 * * *', 'goals.cron.setgoals_cron') ] -- libgit2 0.21.2