Closed (fixed)
Project:
Amazon Product Advertisement API
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2016 at 11:09 UTC
Updated:
30 Oct 2017 at 22:59 UTC
Jump to comment: Most recent, Most recent file
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