Skip to content

Commit

Permalink
increased priority of zenodo data export to high. #339
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jul 12, 2015
1 parent f790a61 commit ae5ebc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jobs/data_export_job.rb
@@ -1,5 +1,5 @@
class DataExportJob < ActiveJob::Base
queue_as :default
queue_as :high

def perform(options={})
data_export = DataExport.find_by_id!(options[:id])
Expand Down

0 comments on commit ae5ebc7

Please sign in to comment.