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

Fix online status ("Up") flickering bug #167

Merged
merged 4 commits into from
Oct 26, 2024

Conversation

tsagadar
Copy link
Collaborator

Fixes: #137

PR does two things

  1. Includes adding a 10 seconds safety margin from PR Add an extra 10 seconds to online check #149.
  2. Prevents poll time to be adjusted when assigning software to device

These two things together should get rid of the flickering.

Note: the log file handling likely needs similar changes. Will create a new ticket for the log files as it could require some discussions first.

tsagadar and others added 3 commits October 26, 2024 15:18
The polling endpoint should choose the proper poll time and
store it in the update manager (to be used by the UI).

Fixes the issue that poll time was incorrectly set when software
got assigned to device. Only simplifies reasoning about correct
poll time handling.
@easybe
Copy link
Collaborator

easybe commented Oct 26, 2024

@tsagadar deployed on our instance.

@tsagadar tsagadar merged commit 7e40fd1 into UpstreamDataInc:master Oct 26, 2024
2 checks passed
@tsagadar tsagadar deleted the mm/online-fixes branch October 26, 2024 21:30
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.

Online status ("Up") flickering
4 participants