Skip to content

Instantly share code, notes, and snippets.

@fields
Created August 30, 2010 18:39
Show Gist options
  • Save fields/557827 to your computer and use it in GitHub Desktop.
Save fields/557827 to your computer and use it in GitHub Desktop.
When /^the process job workers run$/ do
while job = Resque.reserve(:data_extraction_process_queue)
job.perform
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment