Skip to content

Instantly share code, notes, and snippets.

@bleonard
Created May 2, 2017 05:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bleonard/67298f93da5dfc3cb8f272cae2d5bf33 to your computer and use it in GitHub Desktop.
Save bleonard/67298f93da5dfc3cb8f272cae2d5bf33 to your computer and use it in GitHub Desktop.
namespace :resque do
task :setup => [:environment] do
require 'resque_scheduler'
require 'resque/scheduler'
require 'tresque'
QueueBus.heartbeat!
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment