mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-06-04 23:52:03 +00:00
Changed crontab time
This commit is contained in:
parent
9294a769be
commit
9ef0bc46f3
@ -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),
|
||||||
},
|
},
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user