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 determines the maximum replication lag allowed before recomputation jobs are halted, with a default setting of one hour. |
| What area does it affect? |
Database replication settings |
| What does the default mean? |
The default value is "3600000", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when adjusting database performance or troubleshooting recomputation job issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.service_modeling.recomputation.max_replication_lag_allowed |
| Sys ID |
f0091276ff1221101e4c4eff793bf126 |
| Type |
string |
| Application |
Global |
| Default value |
3600000 |
| Description |
This property defines the maximum lag allowed on any secondary DB pool / standby DB in milliseconds. If the existing lag exceeds the value defined here then the recomputation job will not run.
Setting this property to any non-positive integer will remove the check and always run the recomputation job.
Default value of this property is 1 hour. Any value between 1-60000 (one minute) will be considered as 1 minute. |
| Updated |
2024-09-02 23:57:08 |
Related properties