Fixed schedule, added show command

This commit is contained in:
2011-06-15 11:40:08 +01:00
parent ecf1bdd7f1
commit ba7e76c104
2 changed files with 7 additions and 3 deletions

View File

@@ -28,5 +28,5 @@ CELERYBEAT_SCHEDULE = {
}
CELERY_ROUTES = {
"sso.tasks.update_service_groups": {'queue': 'bulk'}},
"sso.tasks.update_service_groups": {'queue': 'bulk'},
}