Pull Requests | Issues | v0.10.0...v0.10.1
Fixes
#537 #545 Fix the problem due to parallel execution of Lazy Install
Sometimes Lazy Install of the same tool is run in parallel.
For example,
- actionlint executes shellcheck in parallel per
run
step - tool is run in parallel by
xargs -P
,GNU Parallel
, and so on
In that case, sometimes it fails to install or execute tools.
In this update, aqua prevents the problem by retrying.