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 sets the time-to-live for ready inbound records in the queue, determining how long they are retained before being purged. |
| What area does it affect? |
Inbound record processing |
| What does the default mean? |
The default value is "2592000", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when adjusting data retention policies or optimizing inbound record handling. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.hub.process_sync.inbound_queue.ready.ttl.seconds |
| Sys ID |
e35bdc192360301014e6110d96bf65fb |
| Type |
integer |
| Application |
Global |
| Default value |
2592000 |
| Description |
Number of seconds ready inbound records will exist for |
| Updated |
2024-05-25 04:38:20 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... they are associated. 2188 System Property Description records from the queue once a day. • Default value: 604800 (7 days) • Minimum value: 0 • Maximum value: 5184000 (60 days) glide.hub.process_sync.inbound_queue.ready.ttl.seconds Number of seconds that records in the ready state can exist in the inbound queue before they expire. The system purges expired records from the queue once a day. Important: ...
Related properties