9z0b3t1c / capistrano-resque

Capistrano integration for Resque

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gem requires rake task

ulitiy opened this issue · comments

I don't see any rake tasks provided by resque gem. So cap resque doesn't work at all.

I'm not sure what you mean. Resque has tasks defined right here: https://github.com/resque/resque/blob/master/lib/resque/tasks.rb

Though, resque has deprecated its rake tasks and recommends just using the bin/resque command instead, so we should probably update at some point to support that.

Or at least update docs for users to include rake task in the rakefile. Thanx for clarification.

Per Resque 1.x's README, I updated our own README to clarify that you need to require 'resque/tasks'.

Regarding the bin/resque stuff, that's only in the master/2.0 branch which we don't support yet, so I'm not going to update until Resque 2.0 drops (if ever).