Skip to content

Commit

Permalink
use default queue for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorcruz committed Jul 2, 2024
1 parent b712119 commit 9c4d65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jobs/data_exports/export_resources_job.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module DataExports
class ExportResourcesJob < ApplicationJob
queue_as :data_export
queue_as :default

def perform(data_export)
ExportResourcesService.call(data_export:).raise_if_error!
Expand Down

0 comments on commit 9c4d65b

Please sign in to comment.