Indexing
...
Entities
Sync
Sync History
6min
product grid the indexing products module adds a new action to the product grid klevu sync info selecting this action will open a modal containing information on the sync status and history of that product next sync actions shows the previous and next actions for product sync for each api key simple products that are also configurable variants will have an entry per configurable they are part of as well as an entry for the standalone simple product sync history (today) shows all sync actions taken today for this product the api key the action took place for what type of action was taken add , update or delete if that action was successful and records the response from the api sync history (previous days) sync history is consolidated nightly via cron the days actions are saved as a json object the actions for each day can be viewed in this table removing sync history sync history is removed after a number of days via cron this is set to 7 days by default and can be configured in the admin stores > configuration > klevu > developer settings > indexing > remove history for indexing after (days) the path in core config data is klevu/indexing/remove indexing history after days cron setup consolidate history module m2 indexing/etc/crontab xml \<job name="klevu indexing sync history consolidation" instance="klevu\indexing\cron\synchistoryconsolidation" method="execute"> \<schedule>2 0 \</schedule> \</job> remove history module m2 indexing/etc/crontab xml \<job name="klevu indexing sync history consolidation clean" instance="klevu\indexing\cron\synchistoryconsolidationclean" method="execute"> \<schedule>10 0 \</schedule> \</job>