From db51c00a000306243885666a08f0cd5b1d5e119c Mon Sep 17 00:00:00 2001 From: nikita Date: Thu, 6 Dec 2018 20:24:23 +0300 Subject: [PATCH] roistat command fix --- project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/settings.py b/project/settings.py index 3bd90b7d..40ac56bb 100644 --- a/project/settings.py +++ b/project/settings.py @@ -252,7 +252,7 @@ CELERY_BEAT_SCHEDULE = { }, 'send_certificates': { 'task': 'apps.notification.tasks.send_certificates', - 'schedule': crontab(hour=19), + 'schedule': crontab(minute=0, hour=19), 'args': (), }, 'sendgrid_update_recipients': {