Vulnerability Response: Re-apply CI Lookup Rules on the Changed Discovered itemsIssue Re-evaluate CI on Discovered Items count is increasing though 'Re-apply CI Lookup Rules on the Changed Discovered items' scheduled job is running21,461 Discovered Items as of todayhttps://<instance_name>.service-now.com/sn_sec_cmn_src_ci_list.do?sysparm_query=reevaluate_ci%3Dtrue&sysparm_view=Re-apply CI Lookup Rules on the Changed Discovered itemshttps://<instance_name>.service-now.com/nav_to.do?uri=sysauto_script.do?sys_id=9639e03d53c00110a879ddeeff7b123aCause---The 'Re-apply CI Lookup Rules on the Changed Discovered items' job is configured to run weekly in this instance with a limit of 1000 discovered items. Please see line one of the scheduled job script where the items variable is defined and used to set as a limit. ===> We reviewed the system log output and confirmed the job is executing and processing 1000 discovered items https://<instance_name>.service-now.com/nav_to.do?uri=syslog.do?sys_id=29c0514f1b234218e3a899ffbd4bcbd7 ---The job is defined here: https://<instance_name>.service-now.com/nav_to.do?uri=sysauto_script.do?sys_id=9639e03d53c00110a879ddeeff7b123aResolutionNo fault found, the job looks to be executing as configured. Since there is more than 1k records which need to have the lookup rules re-evaluated, there are two options: 1) Adjust the frequency for which the job runs directly from the scheduled job record which has been linked above 2) Modify the scripted section to processes a larger number of items - this can be done by updating line 1 of the script and setting the items variable to 15000