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

Discard "update now" requests during initial autoupdate delay #1643

Conversation

RebeccaMahany
Copy link
Contributor

Currently, if the autoupdater receives an "autoupdate now" request during its initial delay, it returns an error to the actionqueue so that the action will be retried later. This isn't actually useful -- as soon as the autoupdater exits its initial delay, it will perform an update check, so there's no need to retry the action. This also results in some annoying logs.

This PR adjusts that behavior so that these requests are discarded.

@RebeccaMahany RebeccaMahany added this pull request to the merge queue Mar 7, 2024
Merged via the queue into kolide:main with commit 6e04b1e Mar 7, 2024
32 checks passed
@RebeccaMahany RebeccaMahany deleted the becca/discard-update-now-during-delay branch March 7, 2024 19:46
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.

None yet

2 participants