# disabled useless task tmp
This commit is contained in:
parent
2465b09e3f
commit
7d20028bb8
|
@ -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'),
|
||||
# },
|
||||
}
|
Loading…
Reference in New Issue