diff --git a/yzk_wechat_event/celery.py b/yzk_wechat_event/celery.py index cc61c2a..ddd43b5 100644 --- a/yzk_wechat_event/celery.py +++ b/yzk_wechat_event/celery.py @@ -21,7 +21,7 @@ app.conf.beat_schedule = { }, 'check_follow_user': { 'task': 'check_follow_user', - 'schedule': timedelta(minutes=1), + 'schedule': timedelta(minutes=3), }, }