Closed vbouchet31 closed 2 years ago
Using acsf-tools-mlc, it is easy to break your environment by running an expensive command on all the sites of the factory (drush acsf-tools-mlc cr for example). We should add a --limit option to limit the number of sites to run in parallel.
drush acsf-tools-mlc cr
--limit
Using acsf-tools-mlc, it is easy to break your environment by running an expensive command on all the sites of the factory (
drush acsf-tools-mlc cr
for example). We should add a--limit
option to limit the number of sites to run in parallel.