mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Upping queued user interval from 5 to 2min.
This commit is contained in:
parent
4435e2d1d2
commit
0486603ff0
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ CELERYBEAT_SCHEDULE = {
|
|||
},
|
||||
'activate-next-new-user': {
|
||||
'task': 'activate-next-new-user',
|
||||
'schedule': datetime.timedelta(minutes=5),
|
||||
'schedule': datetime.timedelta(minutes=2),
|
||||
'options': {'queue': 'beat_tasks'},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue