It's not currently possible with a single API call, you'd have to submit multiple calls to startJobUpdate, changing the JobUpdateSettings each time. When you say the size of the batch could change each step - could it change dynamically (e.g. after you've submitted the call to the Scheduler), or is all the information known upfront?
On Wed, Jan 31, 2018 at 6:15 PM, Renan DelValle <[email protected]> wrote: > Hi all, > > We have a use case where we want to deploy X amount of instances in N > amount of steps. The size of the batch could potentially change every step. > For example, we might start a with deploying 1 instances, followed by batch > size of 50, followed by a batch of 49 to deploy 100 instances. > > Is there any way of achieving this behavior through existing Aurora thrift > calls/primitives? > > Any insights would be greatly appreciated. > > -Renan >
