ironic/releasenotes/notes/optimize-driver-task-pattern-322e02b6a2233919.yaml

9 lines
338 B
YAML
Raw Normal View History

---
fixes:
- |
Fixes the pattern of execution for periodic tasks such that the majority
of drivers now evaluate *if* work needs to be performed in advance of
creating a node task. Depending on the individual driver query pattern,
this prevents excess database queries from being triggered with every
task execution.