Skip to content

PipelineJobTypeConfig

Properties

Name Type Description Notes
shardFactor Integer The `shardFactor` determines the throughput that the pipeline can accomplish for this job type. * `0`: No sharding for the smallest throughput. * `1`: Sharding jobs by `shardOne`, i.e. 16 shards. * `2`: Sharding jobs by `shardTwo`, i.e. 256 shards. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]