mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[PR #1277] [MERGED] When checking if patches are to be installed, don't exit the function after finding a patched machine. #1843
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#1843
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/amidaware/tacticalrmm/pull/1277
Author: @af7567
Created: 9/6/2022
Status: ✅ Merged
Merged: 9/6/2022
Merged by: @wh1te909
Base:
develop← Head:winupdatesfix📝 Commits (1)
28f6838continue to next agent rather than return from function, otherwise other agents won't receive updates📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
api/tacticalrmm/winupdate/tasks.py(+1 -1)📄 Description
Currently
check_agent_update_schedule_task()will return after finding a machine which has already been patched the same day, this prevents any agents later in the list getting updates.Returning is ok if only 1 patch policy triggers per day, but if client1 patches at 03:00 and client2 patches at 19:00 then client2 won't get all patches if any agents from client1 are online.
Fixes #1270
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.