Property ClaimBatchSize
- Namespace
- Millrace
- Assembly
- Millrace.dll
ClaimBatchSize
Ceiling on how many jobs a worker claims in one round trip.
public int ClaimBatchSize { get; set; }
Property Value
Remarks
The effective size is the smaller of this and the node's free capacity, so a worker never claims work it has no slot to run. Raising it amortises the claim query over more jobs while the pool is mostly idle, and changes nothing once it is saturated.