20183: Update container priority in creation order. 20183-update-priority-thread
authorTom Clegg <tom@curii.com>
Thu, 9 Mar 2023 21:50:03 +0000 (16:50 -0500)
committerTom Clegg <tom@curii.com>
Thu, 9 Mar 2023 21:50:03 +0000 (16:50 -0500)
commitd9b8d0295f1fa1c1690b9fe80ba38f6f665de4e9
treeb7f62303e3abfeac6ed9bd631b5932c61e9f77c0
parent869497eff961e5d2951e84e8b46d81bbc1d3ec3b
20183: Update container priority in creation order.

When multiple containers in a tree need updates, this is effectively
top-down order, which is more efficient. The topmost update will
update the whole tree anyway, so updating subtrees first would be a
waste.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
lib/controller/localdb/container.go