Actions
Feature #97282
openShow output of console commands when executed via Scheduler
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
scheduler
Target version:
-
Start date:
2022-04-01
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
The scheduler task ExecuteSchedulableCommandTask
is able to execute console commands. However, the output of this commands is silenced due to the use of NullOutput
.
It would be great if the output could be forwarded to the active console output in CLI context. If executed from the backend, it might not be necessary.
Actions