# up cron
This commit is contained in:
parent
7d20028bb8
commit
7f9bf60975
|
@ -209,7 +209,7 @@ CELERY_TIMEZONE = 'Asia/Shanghai'
|
|||
CELERY_BEAT_SCHEDULE = {
|
||||
'update-daily-statistic': {
|
||||
'task': 'mosquito.tasks.update_daily_statistic',
|
||||
'schedule': crontab(hour='*/1'),
|
||||
'schedule': crontab(hour='*/1', minute=0),
|
||||
},
|
||||
# 'update-latest-statistic': {
|
||||
# 'task': 'mosquito.tasks.update_latest_statistic',
|
||||
|
|
Loading…
Reference in New Issue