Fix DB errors when running the apple_mdm_iphone_ipad_refetcher cron job (#35047)

**Related issue:** Resolves #33436

This attempts to make the query to get the list of iOS and iPad devices
that need a refetch more resilient by ensuring the hosts are in the
nano_enrolled table and are currently enrolled.

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
- [ ] Added/updated automated tests
This commit is contained in:
Gabriel Hernandez
2025-11-05 13:39:41 +00:00
committed by GitHub
parent dcf58ba125
commit 293a3be219
3 changed files with 15 additions and 2 deletions
@@ -0,0 +1,2 @@
- fix errors when trying to run the apple_mdm_iphone_ipad_refetcher cron job