Skip to content

Commit

Permalink
Temporary artefact for UAT Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
dasunpubudumal committed May 15, 2024
1 parent 7d8c0a8 commit f4ebc3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tasks/retention_instructions.rake
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ namespace :retention_instructions do
ActiveRecord::Base.transaction do
saved_count = 0
Labware.where(retention_instruction: nil).find_each(batch_size: batch_size) do |labware|
puts "Processing labware #{labware.id} : #{labware.name}..."
saved_count = process_labware(labware, saved_count)
end
puts "Backfilled retention instructions for #{saved_count} labware items."
Expand Down

0 comments on commit f4ebc3a

Please sign in to comment.