mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
reducing size of spreadsheet
This commit is contained in:
parent
6a540bfc28
commit
2247838708
1 changed files with 5 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ namespace :data do
|
|||
|
||||
timeToRun = 120 * 60
|
||||
startIndex = 0
|
||||
stopIndex = 1000000
|
||||
stopIndex = 100000
|
||||
startTime = Time.new
|
||||
|
||||
# ['student_responses'].each do |file|
|
||||
|
|
@ -327,6 +327,10 @@ namespace :data do
|
|||
end
|
||||
end
|
||||
ENV.delete('BULK_PROCESS')
|
||||
|
||||
sync_school_category_aggregates
|
||||
|
||||
Recipient.created_in(@year).each { |r| r.update_counts }
|
||||
end
|
||||
|
||||
desc 'Load in nonlikert values for each school'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue