We are moving to Discord!

Join us on the Countly Community Discord Server! Engage in discussions, share your feature ideas, and learn from fellow Countly users to build exceptional apps and experiences.

How to get information/callback that all data recorded via Countly SDK has been sent to the Countly server?

Platform: Android

Countly SDK release: 22.06.2

 

The question background is attempt to avoid situation that Countly local store is overflowed and some events can be potentially be lost.

In case when such information can be obtained it is planned to record next portion of event(s) via Countly SDK when all previously recorded data has been successfully sent to Countly server only.

 

0

Comments

2 comments
  • Official comment

    Hello,
    There is no supported way to access this information.

    The recommended way to reduce the chance of event overflow is to increase the request queue size limit. This can be done in the init time configuration object with the following call:

    config.setMaxRequestQueueSize(2000)
    Comment actions Permalink
  • Hi Arturs!
    Thank you!

    0
    Comment actions Permalink

Please sign in to leave a comment.