mysql - Not able to index items using cron run from cron.php -
I made an indicator using the denormalization concept The problem is that when I manually index items, So it is indexing objects, while it is not able to index when I'm trying to index items from cron.php using cron run.
For example, if I have 56 users then indexing is being manually indexed and showing that "All item are index (56/56)" while when I cron Using cron run from php, it is showing as "all items are index (0/0)".
And when I am writing a custom cron in my module, it is doing well, i.e. the objects have been correctly indexed
Comments
Post a Comment