1 .. include:: ../../Includes.txt
3 =====================================================================
4 Feature: #79462 - Introduce scheduler task to execute console command
5 =====================================================================
12 A scheduler task has been introduced to execute (symfony) console commands. In the past this was
13 already possible for Extbase command controller commands but as the core migrates all command
14 controllers to native symfony commands, the scheduler needs to be able to execute them.
20 Symfony commands can be executed via the scheduler which provides a migration path away from
21 command controllers to native symfony commands.
23 .. index:: CLI, NotScanned