Have a custom module that sends an API request, one per product code from the product catalog. Cloudflare times out after 100 requests. Doesn't seem like that many.
At them moment, the JSON request structure appears to only support one product code at a time. Until I get more info I have to make the MvCall per product. This is where I am thinking all the timing out is occurring. Is it possible to reset Cloudflare in between or after so many MvCalls? btw: ultimate goal is for this function to run on the product catalog in a scheduled task. There are many many more products that 100.
Thanks,
Scott
At them moment, the JSON request structure appears to only support one product code at a time. Until I get more info I have to make the MvCall per product. This is where I am thinking all the timing out is occurring. Is it possible to reset Cloudflare in between or after so many MvCalls? btw: ultimate goal is for this function to run on the product catalog in a scheduled task. There are many many more products that 100.
Thanks,
Scott
Comment