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

Garbage collector-like feature #22

Open
mrfatguy opened this issue Mar 10, 2024 · 0 comments
Open

Garbage collector-like feature #22

mrfatguy opened this issue Mar 10, 2024 · 0 comments
Assignees
Labels
feature New feature or request, requires business analysis in most cases

Comments

@mrfatguy
Copy link
Collaborator

Please, implement and additional slider or dropdown that will allow to configure how many times (n) app retries to send all the measurements that hasn't been confirmed by the server side as received and saved in the database.

Logic assumptions:

  1. An additional (next to Different data read and data send intervals #18) loop that iterates through the send queue and resends unconfirmed measurements.
  2. When n > 0 and given measurement is still unconfirmed after n retries then it is removed from send queue.
  3. Unconfirmed measurement is sent with their own / original timestamp, not the current timestamp.

Setting this slider or dropdown to 0 means: repeat endlessly. This should be the default value.

@mrfatguy mrfatguy added the feature New feature or request, requires business analysis in most cases label Mar 10, 2024
@mrfatguy mrfatguy added this to the Enhanced Logic milestone Mar 10, 2024
@mrfatguy mrfatguy changed the title Garbage Collector-like feature Garbage collector-like feature Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request, requires business analysis in most cases
Projects
None yet
Development

No branches or pull requests

2 participants