summaryrefslogtreecommitdiff
path: root/releasenotes/notes/optimize-driver-task-pattern-322e02b6a2233919.yaml
blob: 8f5c2b1929cb59d3b5974033015bbbd7d91df62e (plain)
1
2
3
4
5
6
7
8
---
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.