We have already followed the guide that you provided.
I have more than 3,000 operations and i am splitting that into multiple batches and for each batch, I am creating a new batch job.
I am checking if the batch job is complete or not using LRO’s done method. Until the done method returns true, sleep method is used in an exponential manner.
List job results method is called only when the done method returns true.
This is repeated for the other batch jobs as well.
Should I wait until all the 3 or more batch jobs complete or can I fetch the results as and when one of them complete.