Skip to content
Snippets Groups Projects
Verified Commit d8d60d91 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Use the high queue

parent d39d7269
No related branches found
No related tags found
No related merge requests found
......@@ -196,6 +196,6 @@ def corpus_delete(corpus_id: str) -> None:
logger.info(f'Deleted corpus {corpus_id}')
@job
@job('high')
def element_trash(queryset: ElementQuerySet, delete_children: bool) -> None:
queryset.trash(delete_children=delete_children)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment