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.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | amazon-cron_limit_config-2754291-5.patch | 1.87 KB | marcelovani |
| #2 | amazon-cron_limit_config-2754291.patch | 1.83 KB | marcelovani |
Comments
Comment #2
marcelovaniComment #3
guardiola86 commentedPatch 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.
Comment #4
marcelovaniAlso, when we have a large number of items, it is important that we order the items by timestamp, patch here
Comment #5
marcelovaniThis is the correct patch
Comment #6
davidgrayston commentedPatch #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.
Comment #8
marcelovani