hcburca

Results 2 issues of hcburca

Hi, I defined the following yaml template: ``` #!/usr/bin/env yab -vvv --timeout 5000 -y service: my-service method: MyService::myMethod peer: localhost:21300 thrift: ../MyThift.thrift headers: x-tenancy: testing request: params: ownerUuid: 3e48dafa-f923-4c15-af73-7cc4f8027c19 cityId:...

Is there any way of failing fast when executing a list of tasks in parallel? For my use-case I want to cancel all the remaining tasks when one of the...