Skip to content
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

Impl. configuration of application loop and user cache refresh durations #152

Merged
merged 3 commits into from
Nov 20, 2024

Conversation

pvannierop
Copy link
Contributor

Problem

At present the interval between refresh actions of the registered FitBit users is hard-coded and of very long (1hr). This makes using the FitBit connector in an e2e-test difficult.

Solution

This PR will allow external configuration the 1) main application loop and 2) expiry of the FitBit user cache. This way e2e-tests can use shorter refresh intervals.

Copy link
Member

@yatharthranjan yatharthranjan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A minor suggestion to update the table in the readme to add new properties, otherwise LGTM.

@pvannierop
Copy link
Contributor Author

@yatharthranjan I have updated the README as per your suggestion. I will merge this PR.

@pvannierop pvannierop merged commit 701409c into master Nov 20, 2024
8 checks passed
@pvannierop pvannierop changed the title Impl. confiration of application loop and user cache refresh durations Impl. configuration of application loop and user cache refresh durations Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants