partitionCount

open fun partitionCount(config: BackfillConfig<P>): Int

The number of independent workers to perform the backfill. When the Backfill is executing, each worker runs 1 or more batches concurrently. Set a low number here to reduce the total tracking overhead in Backfila; set a higher number for more concurrency. The default of 8 means that the Backfill will run at least 8 batches concurrently.