Open jigarius opened 2 years ago
Instead of duplicating the code execution logic, I was checking if this can be done through the Amphp libraries, however, I think it will take more time and research that I had initially thought. For now, I'll leave this open. Any ideas or help is welcome. I'd prefer to have the commands executed the same way, whether we have 1 or n workers. That will help us avoid having multiple ways for command execution.
Motivation
amphp/process
libraries to execute commands in parallel.--drall-no-buffer
that would force Drall to throw all output to the console instead of collecting it in a variable.