Potential datastore optimizations for concurrent use of list mdm command API to poll results by host identifier (#30804)

This commit is contained in:
Sarah Gillespie
2025-07-17 15:25:31 -05:00
committed by GitHub
parent 2a7547eb37
commit ce02856f85
3 changed files with 247 additions and 20 deletions
+2
View File
@@ -0,0 +1,2 @@
- Modified backend for GET /api/v1/fleet/commands when filtering by `host_identifier` to address performance
concerns and exhausting database connections when API is called concurrently for many hosts.