add stub tasks for file system operations
This commit is contained in:
parent
e877087127
commit
2428a39f19
2 changed files with 31 additions and 0 deletions
|
@ -280,6 +280,7 @@ CELERY_RESULT_PERSISTENT = True
|
|||
CELERY_TASK_RESULT_EXPIRES = None
|
||||
CELERY_ROUTES = (
|
||||
'osusers.tasks.LdapRouter',
|
||||
'osusers.tasks.FileRouter',
|
||||
)
|
||||
CELERY_ACCEPT_CONTENT = ['yaml']
|
||||
CELERY_TASK_SERIALIZER = 'yaml'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue