Cron Jobs

This article describes the purpose of every cron job that is being used in the replication process and the area it covers.

Cron Job Description
repl_hierarchy_hosp_deal_line: This job runs every three minutes. The purpose is to replicate all data from Commerce and store the data in the ls_replication_repl_hierarchy_hosp_deal_line flat table of the Magento database. The job uses the ReplEcommHierarchyHospDealLine function of the Commerce Replication APIs to fetch all data related to the deal lines. Any deal lines created, modified, or deleted will be included in this API response.
repl_hierarchy_hosp_deal: This job runs every three minutes. The purpose is to replicate all data from Commerce and store the data in the ls_replication_repl_hierarchy_hosp_deal flat table of the Magento database. The job uses the ReplEcommHierarchyHospDeal function of the Commerce Replication APIs to fetch all data related to deals. Any deals created, modified, or deleted will be included in this API response.
repl_item_recipe: This job runs every three minutes. The purpose is to replicate all data from Commerce and store the data in the ls_replication_repl_item_recipe flat table of the Magento database. The job uses the ReplEcommItemRecipe function of the Commerce Replication APIs to fetch all data related to item recipes. Any data related to item recipes created, modified, or deleted will be included in this API response.
repl_item_modifier: This job runs every two minutes. The purpose is to replicate all data from Commerce and store the data in the ls_replication_repl_item_modifier flat table of the Magento database. The job uses the ReplEcommItemModifier function of the Commerce Replication APIs to fetch all data related to item modifiers. Any data related to item modifiers created, modified, or deleted will be included in this API response.
process_item_modifier: This job runs every four minutes. The purpose is to process all data related to item modifiers to an item in Magento. This cron picks all new or updated data from the ls_replication_repl_item_modifier table, and creates or updates items in Magento.
process_item_recipe: This job runs every four minutes. The purpose is to process all data related to item recipes to an item in Magento. This cron picks all new or updated data from the ls_replication_repl_item_recipe table, and creates or updates items in Magento.
process_item_deal: This job runs every four minutes. The purpose is to process all data related to item deals in Magento. This cron picks all new or updated data from the ls_replication_repl_hierarchy_hosp_deal and ls_replication_repl_hierarchy_hosp_deal_line tables, and creates or updates deal items in Magento.