spilliams / terrascope

A kitchen-sink of terraform tools
GNU Affero General Public License v3.0
29 stars 0 forks source link

Use worker pools #70

Open spilliams opened 1 year ago

spilliams commented 1 year ago

when dealing with batched jobs, use a worker pool (wait group) and goroutine to execute them.

add a flag to the CLI to change the number of workers in the pool.