DBCDK / morph

NixOS deployment tool
MIT License
801 stars 62 forks source link

Morph is slow (no concurrency) #128

Open DavHau opened 4 years ago

DavHau commented 4 years ago

I recently switched from NixOps to morph. The completely stateless approach of morph was the selling point.

Now I notice that morph doesn't really do anything in parallel and therefore is quite slow. This makes it quite infeasible to use it for managing a larger number of hosts.

hacklschorsch commented 11 months ago

Could wrapping morph deploy --on=<host> with GNU parallel help here?