Expandir minha barra de realizações na Comunidade.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.

SOLUCIONADO

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 Solução aceita

Avatar

Resposta correta de
Community Advisor and Adobe Champion

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

 

Ver solução na publicação original

2 Respostas

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

Resposta correta de
Community Advisor and Adobe Champion

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