Discussion:
[Fab-user] Parallel tasks with execute()
Carlos García
2016-05-25 11:56:33 UTC
Permalink
Hi!

is it possible to run parallel tasks using execute() in fabric 1.8?

I know it’s possible putting the decorator @parallel on the task, but I
don’t want to do that. Any ideas?

Thanks in advance
​
Nitesh Nanotkar
2016-05-25 13:32:09 UTC
Permalink
Use "env.parallel = True"

On Wed, May 25, 2016 at 5:26 PM, Carlos García <
Post by Carlos García
Hi!
is it possible to run parallel tasks using execute() in fabric 1.8?
don’t want to do that. Any ideas?
Thanks in advance
​
_______________________________________________
Fab-user mailing list
https://lists.nongnu.org/mailman/listinfo/fab-user
Loading...