Skip to content

Instantly share code, notes, and snippets.

@radamant
Created December 31, 2009 01:53
Show Gist options
  • Select an option

  • Save radamant/266562 to your computer and use it in GitHub Desktop.

Select an option

Save radamant/266562 to your computer and use it in GitHub Desktop.
begin
job = pool.reserve(5)
puts job.id
rescue Beanstalk::TimedOut
puts "Timed out waiting for reservation"
retry
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment