Hi,
We need to capture the status of asynchronous replication when the contents are moved to publish instance. We've tried to use replicationStatus.isDelivered and replicationStatus.isPending. But we're not getting accurate values in case the number of retries are limited. As after the number of retries are exhausted and the replication has failed, isDelivered is returning true and isPending is returning false.
Can anyone please help?
Solved! Go to Solution.
Views
Replies
Total Likes
There are also other ways to achieve your requirement. @Paul_McMahon has another view on how we can solve your problem please take a look at this thread: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/guaranteed-replication-sta...
Hi @kinjald91769604 ,
Not sure why it is happening. BTW have you tried using the below method
replicationStatus.getPending()
If the list returns from this method contain your content which means it is still in the queue and not active.
Regards,
Arpit Varshney
There are also other ways to achieve your requirement. @Paul_McMahon has another view on how we can solve your problem please take a look at this thread: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/guaranteed-replication-sta...
Views
Likes
Replies