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 maximum number of retry attempts for synchronization processes, impacting how often the system will attempt to recover from a failure. |
| What area does it affect? |
Synchronization processes |
| What does the default mean? |
The default value is "3", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when configuring synchronization settings or troubleshooting sync failures. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.hub.process.sync.retry.times |
| Sys ID |
d6e898192360301014e6110d96bf65a4 |
| Type |
integer |
| Application |
Global |
| Default value |
3 |
| Description |
Number of times to retry |
| Updated |
2024-05-25 04:05:14 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... value: None • Maximum value: None glide.hub.process.sync.jobs.inbound.subflow.execution_timeout Time, in milliseconds, that an inbound subflow runs before timing out. • Default value: 30000 • Minimum value: None • Maximum value: None glide.hub.process.sync.retry.times Number of times to retry processing of an outbound queue before setting the queue's state to Error. • Default value: 3 • Minimum value: 0 • Maximum value: 10 glide.hub.process.sync.retry.interval.seconds ...
Related properties