rebase and other fix

remove-default-role
Tahzib Mashrik 2018-03-24 18:15:53 +06:00 committed by Safwan Rahman
parent bf88c3930c
commit b3a133017a
1 changed files with 0 additions and 3 deletions

View File

@ -258,9 +258,6 @@ class CommunityBaseSettings(Settings):
'schedule': crontab(minute='*/15'),
'options': {'queue': 'web'},
},
}
CELERYBEAT_SCHEDULE = {
'every-three-hour-clear-persistent-messages': {
'task': 'readthedocs.core.tasks.clear_persistent_messages',
'schedule': crontab(minute=0, hour='*/3'),