diff --git a/mosqkiller/settings.py b/mosqkiller/settings.py index aae86f9..57df1c2 100644 --- a/mosqkiller/settings.py +++ b/mosqkiller/settings.py @@ -211,8 +211,8 @@ CELERY_BEAT_SCHEDULE = { 'task': 'mosquito.tasks.update_daily_statistic', 'schedule': crontab(hour='*/1'), }, - 'update-latest-statistic': { - 'task': 'mosquito.tasks.update_latest_statistic', - 'schedule': crontab(hour='*/1'), - }, + # 'update-latest-statistic': { + # 'task': 'mosquito.tasks.update_latest_statistic', + # 'schedule': crontab(hour='*/1'), + # }, } \ No newline at end of file