We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcc1bfe + 1518701 commit 9c1070cCopy full SHA for 9c1070c
1 file changed
app/lib/patient_status_updater.rb
@@ -51,7 +51,7 @@ def update_programme_statuses!
51
:vaccination_records,
52
:parents
53
)
54
- .find_in_batches(batch_size: 10_000) do |batch|
+ .find_in_batches do |batch|
55
batch.each(&:assign)
56
57
Patient::ProgrammeStatus.import!(
0 commit comments