Remediation Target Rules when updated the save/update transaction goes on foreverIssue When changes are made to a record in Remediation Target Rules and saved, the transaction takes forever and changes are not successfully saved.CauseThis problem occurs when the Remediation Target rule is modified. The issue arises because all the vulnerable items that meet the updated rule's criteria for evaluation (ttr_calculated) are marked false so that they can be re-evaluated during the next cycle. However, this task is performed by a "sync" business rule, which can cause a significant delay when there are numerous vulnerable items associated with it.ResolutionThe issue can be resolved by making the Business Rule "Reevaluate on update" to be async. This will create a job running at background to batch update the evaluated flag (ttr_calculated) preventing the hang. To change the Business Rule: Navigate to System Definition ➔ Business RulesIn the name column, search for "Reevaluate on update" which is on "sn_vul_ttr_rule" tableGo to the recordUnder When to Run: Change When field from "before" to "async" (from the dropdown menu)Save the record.