mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
Boosting free users in queue.
This commit is contained in:
parent
9dd79e55fb
commit
c989f7ad17
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,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