1

Every time Magento's cron runs the reindexer, it always gets stuck in Processing for the catalog url rewrites index. As a result, the reindexer stops and leaves the other indexes in "Reindex Needed".

However, if I run the indexer in SSH, it will finish.

Why is this happening?

rclai89
  • 121
  • 3

2 Answers2

2

Check your logs. You may be getting a memory limit error, a timeout, or an integrity constraint violation from the database.

Tyler V.
  • 2,987
  • 2
  • 27
  • 50
1

It may be maximum execution time issue.As cron have run several process with it system so the indexing is stop before completing.

Amit Bera
  • 77,456
  • 20
  • 123
  • 237