This commit is contained in:
Jay Huang 2023-11-28 17:37:20 +08:00
parent b44236aa29
commit 113fafd45d
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ CELERY_BEAT_SCHEDULE = {
}, },
'update-mosq-device-info': { 'update-mosq-device-info': {
'task': 'mosquito.tasks.update_mosq_device_info', 'task': 'mosquito.tasks.update_mosq_device_info',
'schedule': crontab(minute="*/10"), 'schedule': crontab(minute="*/5"),
}, },
# 'update-latest-statistic': { # 'update-latest-statistic': {
# 'task': 'mosquito.tasks.update_latest_statistic', # 'task': 'mosquito.tasks.update_latest_statistic',