Table of Contents

Property ActivationBatchSize

Namespace
Millrace
Assembly
Millrace.dll

ActivationBatchSize

Ceiling on the work one scheduler pass does — both due jobs activated and recurring definitions considered for firing.

public int ActivationBatchSize { get; set; }

Property Value

int

Remarks

A pass makes one call of each kind and does not loop, so a backlog larger than this drains over consecutive passes at SchedulerInterval. It bounds the size of a single transaction rather than throughput: a thousand jobs falling due in the same second are all still activated, just not all at once.