We need to update 10k items, doing only 50 per system cron run takes ages and the data gets obsolete.
We need to be able to tweak the number of items.

Comments

marcelovani created an issue. See original summary.

marcelovani’s picture

Status: Active » Needs review
StatusFileSize
new1.83 KB
guardiola86’s picture

Status: Needs review » Reviewed & tested by the community

Patch works fine for me. It would be nice to have this in the module to configure how many items to index each time cron runs.

marcelovani’s picture

Status: Reviewed & tested by the community » Needs review
StatusFileSize
new3.87 KB

Also, when we have a large number of items, it is important that we order the items by timestamp, patch here

marcelovani’s picture

StatusFileSize
new1.87 KB

This is the correct patch

davidgrayston’s picture

Status: Needs review » Reviewed & tested by the community

Patch #5 is working correctly for me – The order by timestamp ascending has been added to ensure that older expired items are processed first, essentially making it work as a queue.

  • marcelovani committed 865a0f5 on 7.x-2.x
    Issue #2754291 by marcelovani: Make number of items to be processed on...
marcelovani’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.