Realtime Research API

How will I be able continue from where I left off after a long breakage without loosing/skipping/restarting SQS que using Real-Time Research API? For example:

(1) After an access token has expired? (what is the timeout?)

(2) After the cloud credentials expires (1 hour?)?

(3) After a subscription expires (7 days?)?

Tagged:

Best Answer

  • Gurpreet
    Gurpreet admin
    Answer ✓

    Hi @ETLBATeam,

    Your app will have to renew all the tokens (RDP access and AWS) in time to continue getting messages from an SQS queue. This workflow is demonstrated in the Python alerts sample available in the downloads section. During the period when the tokens have expired but the subscription is active, the messages will keep accumulating in the queue.

Answers