TaskProcessorSettings Class |
Namespace: MFiles.VAF.AppTasks
The TaskProcessorSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | TaskProcessorSettings | Initializes a new instance of the TaskProcessorSettings class |
Name | Description | |
---|---|---|
![]() | ExceptionSettings |
Describes the default result behavior for tasks based on
exceptions encountered while processing them.
|
![]() | MaxRequeues |
The maximum number of times a task can fail and be requeued, before failing permanently.
Negative values mean unlimited requeues allowed.
Default is 5.
|
![]() | MaxRetries |
The maximum number of times the processing of a task can be retried within a single job/attempt.
Negative values mean unlimited retries allowed.
Default is 3.
|
![]() | ProgressUpdateInterval |
The frequency at which an in-progress task's progress is updated to the vault.
Default is 15 seconds.
|
![]() | RequeueDelay |
The time from the failure of a task before its requeued task may be activated.
Default is 1 minute.
|
![]() | RestoreToWaitingTimeoutInMinutes |
The number of minutes that must pass without an update on an in-progress task,
before it can be restored to the waiting state.
Default is 2 minutes.
|