reducing size of spreadsheet

pull/1/head
Jared Cosulich 7 years ago
parent 6a540bfc28
commit 2247838708

@ -202,7 +202,7 @@ namespace :data do
timeToRun = 120 * 60 timeToRun = 120 * 60
startIndex = 0 startIndex = 0
stopIndex = 1000000 stopIndex = 100000
startTime = Time.new startTime = Time.new
# ['student_responses'].each do |file| # ['student_responses'].each do |file|
@ -327,6 +327,10 @@ namespace :data do
end end
end end
ENV.delete('BULK_PROCESS') ENV.delete('BULK_PROCESS')
sync_school_category_aggregates
Recipient.created_in(@year).each { |r| r.update_counts }
end end
desc 'Load in nonlikert values for each school' desc 'Load in nonlikert values for each school'

Loading…
Cancel
Save