Skip to content

Instantly share code, notes, and snippets.

@rabidpraxis
Created August 16, 2012 15:51
Show Gist options
  • Save rabidpraxis/3371266 to your computer and use it in GitHub Desktop.
Save rabidpraxis/3371266 to your computer and use it in GitHub Desktop.
singleton processor
queue '/queues/process' do
processor Process do
singleton true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment