adobe / aem-core-cif-components

A set of configurations and components to get you started with AEM Commerce development
Apache License 2.0
103 stars 80 forks source link

Custom attribute not updating immediately after changes in Magento #730

Open ShajiShaik opened 2 years ago

ShajiShaik commented 2 years ago

Expected Behaviour

Attributes Configured in Magento should update immediately after changing in Magento.

Actual Behaviour

Working on CIF Core Product Component. Data is not updating immediately after changes in Magento. No cache implementation was performed from dispatcher level also. Even in local also it is not updating immediately. There is some delay in updating data. Sometimes it is updating immediately and sometimes not updating(taking around 30 minutes).

Reproduce Scenario (including but not limited to)

Steps to Reproduce

Follow the steps given here

Platform and Version

     AEM Version: 6.5.9
     <core.wcm.components.version>2.17.8</core.wcm.components.version>
    <core.cif.components.version>2.0.0</core.cif.components.version>
    <magento.graphql.version>9.0.0-magento242ee</magento.graphql.version>
    <graphql.client.version>1.7.1</graphql.client.version>

Sample Code that illustrates the problem

Logs taken while reproducing problem

mhaack commented 2 years ago

@ShajiShaik thanks for bringing up the issue, may I ask you to do some additional checks.