RubyFlow The Ruby and Rails community linklog

Simple Resque lets you send Resque jobs from one codebase to another

simple_resque abstracts a pattern that’s become very common in my recent projects. Unlike the usual Resque setup, I never put the workers in the same codebase as the web app, which required some hacks. This gem provides a thin wrapper over Resque’s push method to mimick the way Resque.enqueue works, but doesn’t require you to use a class constant.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in