Files
fleet/changes/28642-deadlocks-during-gitops-run
T
Juan Fernandez 658e146ee9 Refactor ApplyQueries to improve performance (#32394)
For #28642

Apply queries in batches as a possible fix for deadlocks.
2025-09-03 12:54:02 -04:00

1 line
135 B
Plaintext

* Refactored ApplyQueries DS method so that queries are upserted in batches, this was done to avoid deadlocks during large gitops runs.