swh.lister.debian.tasks: add task_queue attribute
This commit is contained in:
parent
458a9e6733
commit
6a7b0f802e
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ from .lister import DebianLister
|
|||
|
||||
|
||||
class DebianListerTask(ListerTaskBase):
|
||||
task_queue = 'swh_lister_debian'
|
||||
|
||||
def new_lister(self):
|
||||
return DebianLister()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue