jigarius / drall

A tool to run drush commands on multi-site Drupal installations.
GNU General Public License v3.0
33 stars 5 forks source link

Add an option to disable output buffering #57

Open jigarius opened 2 years ago

jigarius commented 2 years ago

Motivation

jigarius commented 1 year 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.