4.4.2.1.3.8.6. Queue¶
Managed Task Queue
Name |
Type |
Description (LDAP Attribute) |
---|---|---|
string |
Task Queue Name (dcmQueueName) |
|
boolean |
If false, processing of tasks in this queue is paused. (dicomInstalled) |
|
integer |
Maximal number of tasks processed in parallel. (dcmMaxTasksParallel) |
|
string |
Textual description of the DICOM entity (dicomDescription) |
|
integer |
Maximal number of retries to process tasks scheduled in a specific queue. (dcmMaxRetries) |
|
string |
Delay to retry to process tasks scheduled in a specific queue in ISO-8601 duration format PnDTnHnMn.nS. (dcmRetryDelay) |
|
string |
Maximal Delay to retry to process tasks scheduled in a specific queue in ISO-8601 duration format PnDTnHnMn.nS. Infinite if absent. (dcmMaxRetryDelay) |
|
integer |
Multiplier in % that will take effect on top of dcmRetryDelay with dcmMaxRetryDelay to be taken into account. (dcmRetryDelayMultiplier) |
|
boolean |
Enables retries to process tasks not only on failure but also on a warning outcome status in a specific queue. (dcmRetryOnWarning) |
|
string |
Delay in ISO-8601 duration format PnDTnHnMn.nS after which completed tasks are purged. If absent, there is no deletion for that particular queue (dcmPurgeQueueMessageCompletedDelay) |
|
string |
Delay in ISO-8601 duration format PnDTnHnMn.nS after which failed tasks are purged. If absent, there is no deletion for that particular queue (dcmPurgeQueueMessageFailedDelay) |
|
string |
Delay in ISO-8601 duration format PnDTnHnMn.nS after which warning tasks are purged. If absent, there is no deletion for that particular queue (dcmPurgeQueueMessageWarningDelay) |
|
string |
Delay in ISO-8601 duration format PnDTnHnMn.nS after which canceled tasks are purged. If absent, there is no deletion for that particular queue (dcmPurgeQueueMessageCanceledDelay) |
|
string |
Restrict Scheduling to specified time ranges. (dcmSchedule) |