No, but you should be able to leverage the features of the underlying
shell, and background the process with &.

On 5 November 2011 13:22, Brian Carpio <bcar...@thetek.net> wrote:

> Lets say I have the following
>
>
> desc "my task"
> task :my_task, :roles => :cluster do
>   run "some command here"
>   run "some command here"
>   run "some command here"
>   run "some command here"
>   run "some command here"
>   run "some command here"
>   run "some command here"
> end
>
> When I call my_task each command runs one after the other, is there a
> way to make Capistrano run them all at once instead of waiting for the
> first one to finish then move to the next one?
>
> Thanks,
> Brian
>
> --
> * You received this message because you are subscribed to the Google
> Groups "Capistrano" group.
> * To post to this group, send email to capistrano@googlegroups.com
> * To unsubscribe from this group, send email to
> capistrano+unsubscr...@googlegroups.com For more options, visit this
> group at http://groups.google.com/group/capistrano?hl=en
>

-- 
* You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
* To post to this group, send email to capistrano@googlegroups.com
* To unsubscribe from this group, send email to 
capistrano+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en

Reply via email to