Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Replication delivered status

Avatar

Level 1

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?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@kinjald91769604,

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...

 

View solution in original post

2 Replies

Avatar

Community Advisor

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

Avatar

Correct answer by
Community Advisor

@kinjald91769604,

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...