9z0b3t1c / capistrano-resque

Capistrano integration for Resque

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cap -vT shows no resque tasks

kaldrenon opened this issue · comments

Rails 3.2, Ruby 1.9.3p392
Gemfile:

group :capistrano do
  gem 'capistrano'
  gem 'capistrano-resque', '~> 0.1.0'
  ...
end

Capfile: require 'capistrano-resque'

config/deploy.rb:

set :workers, { "*" => 5 }
role :resque_worker,    "box.address"
role :resque_scheduler, "box.address"

I can provide more detail if needed

I just tested this on a fresh Rails app and couldn't reproduce. If you're still having the issue, please let us know.

Also, if it is still happening, please let me know if bundle exec cap -vT does anything different than cap -vT.