mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Turning off spam deleter due to captcha.
This commit is contained in:
parent
640f5cf657
commit
1ab551f73d
1 changed files with 5 additions and 5 deletions
|
@ -449,11 +449,11 @@ CELERY_BEAT_SCHEDULE = {
|
|||
'schedule': datetime.timedelta(hours=6),
|
||||
'options': {'queue': 'cron_queue'},
|
||||
},
|
||||
'clean-spam': {
|
||||
'task': 'clean-spam',
|
||||
'schedule': datetime.timedelta(hours=1),
|
||||
'options': {'queue': 'cron_queue'},
|
||||
},
|
||||
# 'clean-spam': {
|
||||
# 'task': 'clean-spam',
|
||||
# 'schedule': datetime.timedelta(hours=1),
|
||||
# 'options': {'queue': 'cron_queue'},
|
||||
# },
|
||||
'clean-social-spam': {
|
||||
'task': 'clean-social-spam',
|
||||
'schedule': datetime.timedelta(hours=6),
|
||||
|
|
Loading…
Add table
Reference in a new issue