Skip to content

Inconsistent data polling update intervals #469

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ifnull opened this issue Oct 27, 2022 · 5 comments
Closed

Inconsistent data polling update intervals #469

ifnull opened this issue Oct 27, 2022 · 5 comments

Comments

@ifnull
Copy link

ifnull commented Oct 27, 2022

We have configure datafile polling at 15 minute intervals and are using a bundled datafile. However we are seeing the polling firing between 15 and 30 minutes. We have noticed this issue does not occur when lowering the polling interval to 5 minutes. Are there any known limitations or issues with polling?

@jaeopt
Copy link
Contributor

jaeopt commented Oct 27, 2022

@ifnull Thanks for sharing the issue. We'll take a look.
Datafile polling works only while app runs foreground. Is your app running foreground for a long time (more than 15mins)?

@ifnull
Copy link
Author

ifnull commented Oct 27, 2022

Thanks for the response. We initially suspected that the issue was caused by the app being in the background, however subsequent tests were done with the app open and in the foreground with the same result.

@Tamara-Barum
Copy link

Internal Ticket for tracking: [FSSDK-8674]

@jaeopt
Copy link
Contributor

jaeopt commented Jun 6, 2023

@ifnull there is no limitations on the interval value, so 5min and 15min not supposed to make difference in behavior. I believe the time drift you observe is from iOS control of when to fire the timer event depending on device load, app state (suspended/background/foreground).

@jaeopt
Copy link
Contributor

jaeopt commented Jun 9, 2023

@ifnull this will be closed for now. Let us know to open it again if you see any further issues regarding the topic.

@jaeopt jaeopt closed this as completed Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants