Skip to content

Instantly share code, notes, and snippets.

@joshnesbitt
Created February 4, 2010 09:55
Show Gist options
  • Select an option

  • Save joshnesbitt/294491 to your computer and use it in GitHub Desktop.

Select an option

Save joshnesbitt/294491 to your computer and use it in GitHub Desktop.
EM.add_periodic_timer(1) do
Job.all_queued do |job|
# perform job action
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment