omnilight / yii2-scheduling

Scheduling extension for Yii2 framework
MIT License
317 stars 84 forks source link

Provide a config option or event method to use `passthru` #51

Open schmunk42 opened 5 years ago

schmunk42 commented 5 years ago

We're having issues when trying to redirect command output (results) to stdout in a Docker container.

Actually, when we change the exec() here into passthru() everything works as expected.

Do you have a preference how this could be added to this extension? Eg. $schedule->exec()->passthru()

CC: @handcode