Move the document page update task to the upload queue.
This commit is contained in:
@@ -149,7 +149,7 @@ class DocumentsApp(MayanAppConfig):
|
||||
'queue': 'converter'
|
||||
},
|
||||
'documents.tasks.task_update_page_count': {
|
||||
'queue': 'tools'
|
||||
'queue': 'uploads'
|
||||
},
|
||||
'documents.tasks.task_upload_new_version': {
|
||||
'queue': 'uploads'
|
||||
|
||||
Reference in New Issue
Block a user