The MaxFinishedSize
parameter specifies the maximum number of Finished
+ Error
tasks that are stored by the server. All actions and response data are stored in actions/
.
When the MaxFinishedSize
is reached, the oldest Finished
or Error
action is disposed of and so is no longer accessible through the QueueInfo
action.
Note: Queued
, Processing
, Finished
, and Error
are the action statuses reported by the QueueInfo
action.
Type: | Integer |
Default: | 100000 |
Required: | No |
Configuration Section: | ActionName or Actions |
Example: |
In this example, the server stores up to 100
In this example, the server stores up to 50 |
See Also: | MaxQueueSize |
|