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 expiration period for rollback contexts related to background scripts, influencing the nightly deletion process of these contexts. |
| What area does it affect? |
Rollback management |
| What does the default mean? |
The default value is "10", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when adjusting rollback retention policies or optimizing system performance. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.rollback.expiration_days_scripts_bg |
| Sys ID |
5bbb6d730b1203004752ce3ff6673af6 |
| Type |
integer |
| Application |
Global |
| Default value |
10 |
| Description |
The number of days at which to consider a rollback context for scripts background to be expired. This drives the rollback reaper scheduled nightly job's deletion criteria. |
| Updated |
2024-05-25 03:39:00 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... by adding this property and setting a new value. • Type: integer • Default value: 10 The number of days to retain the rollback context for a background script execution glide.rollback.expiration_days_scripts_bg By default, you have 10 days to roll back script execution before the rollback context expires. The rollback context tracks all INSERT, DELETE, and UPDATE statements executed by the script ...
Related properties