Skip to content

Commit

Permalink
Merge pull request pulibrary#462 from pulibrary/ocr_prioritize
Browse files Browse the repository at this point in the history
Prioritize OCR as lowest
  • Loading branch information
escowles committed Mar 3, 2016
2 parents 865680d + ec19679 commit 14e9ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/jobs/run_ocr_job.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class RunOCRJob < ActiveJob::Base
queue_as :default
queue_as :lowest

def perform(file_set_id)
file_set = FileSet.find(file_set_id)
Expand Down
1 change: 1 addition & 0 deletions config/sidekiq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ production:
- import_url
- resolrize
- upload_set_update
- lowest

0 comments on commit 14e9ffc

Please sign in to comment.