Skip to content

Instantly share code, notes, and snippets.

@treeder
Created February 16, 2011 23:45
Show Gist options
  • Save treeder/830575 to your computer and use it in GitHub Desktop.
Save treeder/830575 to your computer and use it in GitHub Desktop.
class InfiniteLoopWorker < SimpleWorker::Base
def run
worker = InfiniteLoopWorker.new
worker.queue
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment