Hi,
I am trying to update product information through a schedular. But it does not update the product in the website's product catalog immediately after the schedular run. it took at least 15 min to see the change in front end. in DW backend sql firehose, I can see the product data changed in DB. Is there anyway to make it update in front end immediately?
what I did in schedular is like this.
- update the product.
- call the ProductService.ClearProductsCache();