devspace icon indicating copy to clipboard operation
devspace copied to clipboard

Is it possible to specify concurrency level for files sync?

Open petr-buchyn opened this issue 1 year ago • 0 comments

I'm trying to use Devspace to sync files from a local machine to a big platform, deployed on Amazon EKS. There I have about 150 deployments I sometimes want to sync files to. I don't need continuous sync - just initial sync, after which I expect sync process to terminate (I use "noWatch" setting in my "devspace.yaml" for that). However, from what I see from the "devspace dev" command output - it syncs concurrently only to 2-3 pods, which is why my process of syncing files is really slow.

I have 300mbps Internet, so issue is not my Internet speed.

I would appreciate if there was a setting, that allows to specify concurrency level for files sync, e.g. how many pods does Devspace sync files to at any given moment. Is it possible to add such option?

Thanks in advance.

petr-buchyn avatar Jan 28 '24 21:01 petr-buchyn