mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Activating every minute.
This commit is contained in:
parent
6353a59e9c
commit
9506538544
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=3),
|
||||
'schedule': datetime.timedelta(minutes=1),
|
||||
'options': {'queue': 'beat_tasks'},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue