We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Delayed Job tasks for Capistrano 3 (markdown)
Change link for capistrano3-delayed-job to currently maintained repo
the extension for cap task file should be ".rake"
Append a note for adding daemons to Gemfile
update directory 'shared/pids' to 'shared/tmp/pids'
add notice about shared/pids folder
Capistrano now defaults to including files from /lib/capistrano/tasks only with the extension .rake (see http://capistranorb.com/documentation/getting-started/preparing-your-application/), so changed the naming suggestion for the file from delayed_job.cap to delayed_job.rake
Capistrano tasks must have .cap extension not rake
Capistrano 3 looks for .rake files not .cap
unfortunately it is still necessary to prefix "bundle exec" to each execute command.
Created Delayed Job tasks for Capistrano 3 (markdown)