Changed crontab time

This commit is contained in:
ayxan 2022-10-16 22:20:45 +04:00
parent 9294a769be
commit 9ef0bc46f3

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=23, minute=58), 'schedule': crontab(hour=11, minute=55),
}, },
} }