Forgot to inherit from worker class

This commit is contained in:
Wedge 2020-01-05 20:27:54 +03:00
parent 8cb9885a33
commit ba7b80435c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
module BuildLists
class DependentPackagesJob
class DependentPackagesJob < BaseActiveRecordJob
sidekiq_options :queue => :middle
def perform(build_list_id, user_id, project_ids, arch_ids, options)