Target Node SDK 20 mins Sync Delay | Community
Skip to main content
New Participant
February 8, 2024
Solved

Target Node SDK 20 mins Sync Delay

  • February 8, 2024
  • 1 reply
  • 1123 views

We are using Adobe Target Server Side Node SDK in our backend Node App.

As per the documentation once Activity is changed/goes live in Target, it takes around 20 mins for artifact to be pushed to Akamai CDN from target Edge.

So although Node SDK polls CDN for updated Rules every 5 mins in the background, it really takes 20 mins for Rules Artifact to update after activity is updated.

Does anyone know workaround this? We need the changes to be propagated instantly to Node SDK when activity changes.

 

Documentation : https://experienceleague.adobe.com/docs/target-dev/developer/server-side/on-device-decisioning/overview.html

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by alexbishop
When a new activity is created in Target the updated rules artifact will be available on Akamai CDN almost immediately (i.e., there is a short amount of time for processing & propagation to CDN, so it's not instantaneous) 

In terms of Node SDK, correct that default is 5mins for polling but you can also configure that via the pollingInterval parameter (see here

1 reply

alexbishop
alexbishopAccepted solution
Employee
February 13, 2024
When a new activity is created in Target the updated rules artifact will be available on Akamai CDN almost immediately (i.e., there is a short amount of time for processing & propagation to CDN, so it's not instantaneous) 

In terms of Node SDK, correct that default is 5mins for polling but you can also configure that via the pollingInterval parameter (see here
JinksKAuthor
New Participant
February 13, 2024

Hi Alex,

Thanks for your reply.
I had opened a support case E-001100982, and I was told there that it takes 20 mins for activity changes to reach Akamai CDN.
And hence the delay to reach Node SDK.

Same is shown in that Architecture diagram that shared in original post.

 

I will surely try to change polling config. Thanks.

 

alexbishop
Employee
February 14, 2024

The info you got from the support case is correct though, it can take up to 20mins