Skip to content

Commit

Permalink
Merge pull request #224 from curationexperts/fix_download_urls
Browse files Browse the repository at this point in the history
Fix file download bug in production
  • Loading branch information
mark-dce authored May 29, 2024
2 parents dc70f80 + 9900542 commit cb8998d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/jobs/import_job.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Iterate over items in an Ingest manifest and
# create associated repository objects
class ImportJob < ApplicationJob
require 'open-uri'

queue_as :default

after_enqueue { arguments.first.queued! }
Expand Down

0 comments on commit cb8998d

Please sign in to comment.