Document |
[DataMemberAttribute] public bool RequeueLargeContainersAsOwnTask { get; set; }
For ProcessingTaskType set to SingleArchive or SingleMailStore, this property and RequeueLargeContainerSizeCriteria are ignored on the single input document ProcessingType but are applied to any container children that meet the criteria.
Setting this property to true allows naive batching of documents in a DocumentTaskSettings task. If there are "large" containers among the input files of the batch (defined by Documents), then they will get file format identified, hashed, and marked for requeue as their own task.
This property and RequeueLargeContainerSizeCriteria help prevent one Platform worker from getting too much work, work that should be distributed better.