Fix error

This commit is contained in:
Wedge 2016-06-03 01:54:27 +03:00
parent daa248dccd
commit 9af271fc35
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
module BuildLists
class DependentPackagesJob
sidekiq_options :queue => :middle
#sidekiq_options :queue => :middle
def perform(build_list_id, user_id, project_ids, arch_ids, options)
build_list = BuildList.find(build_list_id)