mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-04-21 22:28:57 +00:00
Changed crontab time
This commit is contained in:
parent
6dfe4d1c5c
commit
fee64a1399
@ -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),
|
||||||
},
|
},
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user