mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
For #17291, this prevent re-assigning profiles to ABM hosts that already have the right one. This was happening very frequently for hosts that are in the last page of the `/sync` request, as there's no indication that the cursor was exhausted and we keept on assigning profiles to those hosts. This caused profile assignment to eventually fail, presumably due to rate limiting.
1 line
110 B
Text
1 line
110 B
Text
* Prevent redundant ADE profile assignment to prevent assignment failures on hosts recently added or modified
|