garden icon indicating copy to clipboard operation
garden copied to clipboard

[FEATURE]: update-remote command should fetch sources in parallel

Open hnicke opened this issue 3 years ago • 1 comments

Feature Request

Background / Motivation

When running garden update-remote sources, garden updates the remotes sequentially. This takes quite a while.

What should the user be able to do?

garden update-remote sources should update the remotes in parallel, decreasing the wait time for the user.

Why do they want to do this? What problem does it solve?

As a user, it takes way to long to wait for the update-remote command to finish. As a workaround we might stop using update-remote command and instead use garden link for all sources all the time - and update the locally checked out remote sources with a third party helper / script (in parallel).

How important is this feature for you/your team?

It’s a nice to have, but nice things are nice 🙂

hnicke avatar Aug 31 '22 15:08 hnicke

Good point @hnicke, thanks for reporting this! We'll take a look soon.

vvagaytsev avatar Sep 01 '22 15:09 vvagaytsev

Thanks for implementing this in 0.12.45 :fire:

hnicke avatar Sep 29 '22 16:09 hnicke