Add the blacklist checking to the bulk

This commit is contained in:
2011-06-15 11:59:07 +01:00
parent d3dae0f35c
commit bdcb572645

View File

@@ -29,4 +29,5 @@ CELERYBEAT_SCHEDULE = {
CELERY_ROUTES = {
"sso.tasks.update_service_groups": {'queue': 'bulk'},
"hr.tasks.blacklist_check": {'queue': 'bulk'},
}