Guest User

Untitled

a guest
Jul 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. @big.each_with_index do |batch, i|
  2. EM.add_timer(i) do
  3. Nanite.request("/injection/mailer", Marshal.dump(payload), :selector => :least_loaded)
  4. end
  5. end
Add Comment
Please, Sign In to add comment