TYPO3 v15 dev-main snapshot ()
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _feature-79462:
|
||||
|
||||
=====================================================================
|
||||
Feature: #79462 - Introduce scheduler task to execute console command
|
||||
=====================================================================
|
||||
|
||||
See :issue:`79462`
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
A scheduler task has been introduced to execute (symfony) console commands. In the past this was
|
||||
already possible for Extbase command controller commands but as the core migrates all command
|
||||
controllers to native symfony commands, the scheduler needs to be able to execute them.
|
||||
|
||||
|
||||
Impact
|
||||
======
|
||||
|
||||
Symfony commands can be executed via the scheduler which provides a migration path away from
|
||||
command controllers to native symfony commands.
|
||||
|
||||
.. index:: CLI, ext:scheduler
|
||||
Reference in New Issue
Block a user