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 defines the retry interval for process synchronization attempts, affecting how quickly the system retries after a failure. |
| What area does it affect? |
Process synchronization |
| What does the default mean? |
The default value is "60", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when adjusting synchronization settings or troubleshooting process failures. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.hub.process.sync.retry.interval.seconds |
| Sys ID |
7af81c192360301014e6110d96bf65a7 |
| Type |
integer |
| Application |
Global |
| Default value |
60 |
| Description |
Retry interval |
| Updated |
2024-05-25 04:02:31 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... 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 Time interval, in seconds, between each retry attempt to process an outbound or inbound queue. • Default value: 60 • Minimum value: 0 • Maximum value: 300 glide.hub.process.sync.debug If set ...
Related properties