检测间隔修改
This commit is contained in:
parent
546a97dcb7
commit
b2cc43dd0c
|
@ -21,7 +21,7 @@ app.conf.beat_schedule = {
|
||||||
},
|
},
|
||||||
'check_follow_user': {
|
'check_follow_user': {
|
||||||
'task': 'check_follow_user',
|
'task': 'check_follow_user',
|
||||||
'schedule': timedelta(minutes=1),
|
'schedule': timedelta(minutes=3),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue