Skip to content

Instantly share code, notes, and snippets.

@nicolasblanco
Created June 7, 2013 12:42
Show Gist options
  • Select an option

  • Save nicolasblanco/5728955 to your computer and use it in GitHub Desktop.

Select an option

Save nicolasblanco/5728955 to your computer and use it in GitHub Desktop.
per_batch = 50
0.step(Broadcast.count, per_batch) do |offset|
Broadcast.limit(per_batch).skip(offset).each do |b|
puts b.id
b.update_elasticsearch_index
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment