Scheduled job "Asset - Create asset delayed sync" causes issues to "Enforce CI verification" on second runDescriptionThe aim is to use "Enforce CI verification" feature on model category.After a CI is created, when scheduled job "Asset - Create asset delayed sync" runs for the first time, "unverified" is set to true, and we can see button "Create asset", so far working as expected.However when this scheduled job runs again, an asset is created, the CI will have "unverified" as false, and the "Create asset" button will hide.Steps to Reproduce > Logon an OOB instance> check model category for windows server, tick "Enforce CI verification"> now create a new cmdb_ci_win_server CI> run scheduled job "Asset - Create asset delayed sync"> check the CI, "unverified" is set to true, and we can see button "Create asset" - working as expected so far.> run the scheduled job again> check the CI, an asset is created, "unverified" field is now false, and the "Create asset" button disappearsWorkaroundSet system property glide.create_alm_asset.async false. Please note if you are running discovery or import schedule to create a large number of CI within a short period, this may add performance overhead.Related Problem: PRB1565083