Changed crontab time

This commit is contained in:
ayxan 2022-10-17 12:44:43 +04:00
parent 6dfe4d1c5c
commit fee64a1399

View File

@ -11,6 +11,6 @@ app.autodiscover_tasks()
app.conf.beat_schedule = { app.conf.beat_schedule = {
'send-emails': { 'send-emails': {
'task': 'send_emails', 'task': 'send_emails',
'schedule': crontab(hour=11, minute=55), 'schedule': crontab(hour=7, minute=55),
}, },
} }