fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fab-user] Task dependencies, parallel execution, etc.


From: Andres Riancho
Subject: Re: [Fab-user] Task dependencies, parallel execution, etc.
Date: Fri, 28 Jun 2013 19:26:28 -0300

ping!

On Wed, Jun 26, 2013 at 11:55 AM, Andres Riancho
<address@hidden> wrote:
> List,
>
>     I've been using Fabric for a while and feel comfortable enough
> with it and the scripts I have to start breaking them :) The problem
> is simple:
>
> Task A:
>     Function A1
>     Function A2
>     Function A3
>
> Task B:
>     Function B1
>     Function B2
>     Function B3: To start it requires A2's result
>
> Task C:
>     Function C1
>     Function C2: To start it requires A3's and B3's result
>     Function C3
>
>     Today I'm running A(), B(), C(). The problem is that execution
> times for some of the functions is long (wait for an amazon RDS
> database to start: about 10min of doing nothing else than waiting), so
> I want to be able to run the tasks/functions in parallel.
>
>     Does fabric provide any solution for this issue? Thanks!
>
> Regards,
> --
> Andrés Riancho
> Project Leader at w3af - http://w3af.org/
> Web Application Attack and Audit Framework
> Twitter: @w3af
> GPG: 0x93C344F3



-- 
Andrés Riancho
Project Leader at w3af - http://w3af.org/
Web Application Attack and Audit Framework
Twitter: @w3af
GPG: 0x93C344F3



reply via email to

[Prev in Thread] Current Thread [Next in Thread]