diff --git a/swh/lister/debian/tasks.py b/swh/lister/debian/tasks.py index 39aa6a2..cdac167 100644 --- a/swh/lister/debian/tasks.py +++ b/swh/lister/debian/tasks.py @@ -8,6 +8,8 @@ from .lister import DebianLister class DebianListerTask(ListerTaskBase): + task_queue = 'swh_lister_debian' + def new_lister(self): return DebianLister()