Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property specifies queues that experience slow event processing, preventing additional job creation for those queues to avoid unnecessary delays. |
| What area does it affect? |
Event processing queues |
| What does the default mean? |
The default value is "sn.adaptive_event_queue", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when optimizing event processing or troubleshooting delays. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.glide.processing.framework.slow_queues |
| Sys ID |
b965c042437012108da9a574a9b8f22e |
| Type |
string |
| Application |
Global |
| Default value |
sn.adaptive_event_queue |
| Description |
This property has the names of queues, with automatic job scheduling, that is mapped to events taking more time to process. It has queue names as comma-separated values.
The extra job creation (meant for avoiding delay in event processing for queues with rare long running events) will be skipped for these queues since most/all the events in them would be slow. |
| Updated |
2024-09-23 06:02:22 |
Related properties