Skip to content

Instantly share code, notes, and snippets.

@russ
Created October 5, 2011 19:47
Show Gist options
  • Save russ/1265480 to your computer and use it in GitHub Desktop.
Save russ/1265480 to your computer and use it in GitHub Desktop.
3.times do |n|
worker = Delayed::Worker.new
worker.name = 'worker-' + n.to_s
worker.start
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment