Skill/Agentic Eval Is Stuck – Intermittent DB Delays in ZP7/AP1 Causing Missed Updates and Skill Execution FailuresDescription In ZP7, heavy database operations can intermittently cause missed updates to the one_api_service_invocation table, which in turn leads to skill execution failures. Why issue was not caught during testing: This issue happens occasionally when multiple skills are running at the same time, causing delays in lazy DB actions. It was found during Auto Eval testing, and the issue was resolved promptly after identifying the root cause. Going forward, Auto Eval will be required before releasing. Steps to Reproduce 1- Open two different browsers2- Log in to the instance with one user set to the English locale and another user set to the Japanese locale3- Navigate both browsers to the Skill Evaluation page using the provided URL.Execute the Skill Evaluation run in parallel for both usersExpected: Eval execution should get completed for all the records for both Japanese and English UserActual: For certain records, the evaluation execution does not complete and remains pending.Reference:English3 - https://naskreganow1.service-now.com/sys_one_extend_batch_run.do?sys_id=45325ab3476b32104adf7d94f16d434d&sysparm_view=&sysparm_record_target=sys_one_extend_batch_run&sysparm_record_row=1&sysparm_record_list=nameSTARTSWITHEnglish3%5EORDERBYDESCsys_created_on&sysparm_record_rows=1Japanese2 - https://naskreganow1.service-now.com/nav_to.do?uri=sys_one_extend_batch_run.do?sys_id=caab6d3b87ab321070e10e180cbb351cWorkaroundThe issue has been fixed in ZP8 and AP2. As a workaround, create a new system property glide.oneapi.use.lazy.db.action and set it to false. This property has been shipped from the ZP8 and AP2Related Problem: PRB2003867