From 7d20028bb8ea2ce7ab28841093d61f5d77113241 Mon Sep 17 00:00:00 2001 From: xianfuxing Date: Fri, 17 Aug 2018 22:13:04 +0800 Subject: [PATCH] # disabled useless task tmp --- mosqkiller/settings.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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