# disabled useless task tmp

This commit is contained in:
xianfuxing 2018-08-17 22:13:04 +08:00
parent 2465b09e3f
commit 7d20028bb8
1 changed files with 4 additions and 4 deletions

View File

@ -211,8 +211,8 @@ CELERY_BEAT_SCHEDULE = {
'task': 'mosquito.tasks.update_daily_statistic', 'task': 'mosquito.tasks.update_daily_statistic',
'schedule': crontab(hour='*/1'), 'schedule': crontab(hour='*/1'),
}, },
'update-latest-statistic': { # 'update-latest-statistic': {
'task': 'mosquito.tasks.update_latest_statistic', # 'task': 'mosquito.tasks.update_latest_statistic',
'schedule': crontab(hour='*/1'), # 'schedule': crontab(hour='*/1'),
}, # },
} }