app/jobs/bulkrax/create_relationships_job.rb in bulkrax-6.0.1 vs app/jobs/bulkrax/create_relationships_job.rb in bulkrax-7.0.0

- old
+ new

@@ -38,10 +38,10 @@ # @see https://github.com/scientist-softserv/louisville-hyku/commit/128a9ef class_attribute :update_child_records_works_file_sets, default: false include DynamicRecordLookup - queue_as :import + queue_as Bulkrax.config.ingest_queue_name # @param parent_identifier [String] Work/Collection ID or Bulkrax::Entry source_identifiers # @param importer_run [Bulkrax::ImporterRun] current importer run (needed to properly update counters) # # The entry_identifier is used to lookup the @base_entry for the job (a.k.a. the entry the job was called from).