Skip to content

Commit

Permalink
Prevent saving each sample at update.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdp-cloud committed Nov 14, 2024
1 parent 5d5ae6b commit 7b6a600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jobs/update_sample_metadata_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class UpdateSampleMetadataJob < TaskJob
queue_as QueueNames::SAMPLES

after_perform do |job|
SampleTypeUpdateJob.perform_later(job.arguments.first, true)
SampleTypeUpdateJob.perform_later(job.arguments.first, false)
end

def perform(sample_type, user, attribute_changes = [])
Expand Down

0 comments on commit 7b6a600

Please sign in to comment.