This commit is contained in:
Joey Hess 2019-06-06 12:02:27 -04:00
parent 6cefe071b1
commit 3893d84764
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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 cleanup action. Currently, it's bundled into the same action that
transfers content. 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, * 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 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 bookkeeping for parallizing those swamps the benefit of parallelizing by