Skip to content

Commit

Permalink
Added queue to derived job class
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoynter committed Apr 12, 2017
1 parent 0587e48 commit 406b4d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/jobs/import_job.rb
Expand Up @@ -23,6 +23,7 @@ def self.perform(document_id, options = {})
end

class ImportJob::Instrument < ImportJob::Basic
@queue = :in_and_out
@importer_klass = Importers::XML::DDI::Instrument
end

Expand Down

0 comments on commit 406b4d9

Please sign in to comment.