Is Google Cloud Dataflow smart enough to take advantage of multi-core processors automatically?
I.E. If I have a ParDo which only uses single core, and I am only using a single worker, but I have passed --workerMachineType=n1-standard-2, will Dataflow run two parallel ParDo instances?