Change the schedule for the IDTable cleanup task
When the CMP connector synchronizes data, it temporarily stores identifiers of all the synchronized content entities in the Sitecore master database. If you navigate to the master database, in the IDTable table, you can see these entries with the prefix CONN_CMP_ENTITY_IDENTIFIER.
Sitecore has a scheduled agent that removes these cached identifiers. By default, the agent runs every four hours.
To set a different time interval for the agent:
-
Open the
[Sitecore Instance]/App_Config/Modules/Sitecore.Connector.CMP/Sitecore.Connector.CMP.config
file. -
Change the interval setting to the value you want. The interval format is hh:mm:ss (hours:minutes:seconds). In the example, interval="08:00:00" means the agent task runs every 8 hours.
RequestResponse<scheduling> <agent type="Sitecore.Connector.CMP.Tasks.CleanupIDTableEntries, Sitecore.Connector.CMP" method="Run" interval="08:00:00" /> </scheduling>