From 3893d84764cf652c25307b1b647ac86783c4e033 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 6 Jun 2019 12:02:27 -0400 Subject: [PATCH] todo --- doc/todo/parallel_possibilities.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/todo/parallel_possibilities.mdwn b/doc/todo/parallel_possibilities.mdwn index 0baa7484a1..7895cbaba3 100644 --- a/doc/todo/parallel_possibilities.mdwn +++ b/doc/todo/parallel_possibilities.mdwn @@ -22,6 +22,9 @@ are still some things that could be improved, tracked here: cleanup action. Currently, it's bundled into the same action that transfers content. +* onlyActionOn collapses the cleanup action into the start action, + and so prevents use of the separate cleanup queue. + * Don't parallelize start stage actions. They are supposed to run fast, and often a huge number of them don't print out anything. The overhead of bookkeeping for parallizing those swamps the benefit of parallelizing by