This is still present in 2.3. I fixed the bug by overloading the
"deploy:stop" task in my deploy.rb file:
namespace :deploy do
task :stop, :roles => :app do
# try_sudo "if [ -f #{current_path}/tmp/pids/
dispatch.spawner.pid ]; then #{current_path}/script/process/reaper -a
kill -r dispatch.spawner.pid; fi"
try_sudo "#{current_path}/script/process/reaper -a kill"
end
end
On Apr 9, 7:11 pm, toddthomas <[EMAIL PROTECTED]> wrote:
> On Apr 2, 11:08 pm, Tim Carey-Smith <[EMAIL PROTECTED]> wrote:
>
> > Should this be fixed in the main codebase?
> [...]
> > Maybe a ticket should be filed.
>
> I am having this problem too. I did not see the fix in git, and I
> don't see a ticket logged in lighthouse. Is this going to be fixed
> some other way? Should I log a ticket?
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---