Add blacklist checker onto the scheduled task

This commit is contained in:
2011-03-11 11:02:47 +00:00
parent 291c856c06
commit d2406f5a06

View File

@@ -189,6 +189,10 @@ CELERYBEAT_SCHEDULE = {
"task": "eve_proxy.tasks.clear_old_logs",
"schedule": timedelta(days=1),
},
"blacklist-check": {
"task": "hr.tasks.blacklist_check",
"schedule": timedelta(days=1),
},
}
CELERY_SEND_TASK_ERROR_EMAILS = True