Skip to content

Instantly share code, notes, and snippets.

@markrebec
markrebec / gist:8151661
Created December 27, 2013 19:45
Simple log printing/tailing/download for Capistrano V3.
namespace :logs do
desc "Download all log files from all hosts"
task :fetch do
on roles(:all) do
capture(:ls, "#{shared_path}/log/").split(' ').each do |logfile|
download! File.join(shared_path, 'log', logfile), File.join('.', 'tmp', "#{host}.#{logfile}")
end
end
end
@steveklabnik
steveklabnik / gist:5171193
Last active December 15, 2015 00:09
Resque roadmap
Rescue 1.x
----------
- Pretty good but has bugs
- used by a LOT of people. (30k)
- fixing issues that are open
- 1.23.x will be the end
- just bugfixes
Resque 2.0