Skip to content
Snippets Groups Projects
Commit eb942108 authored by Benni Mack's avatar Benni Mack Committed by Oliver Hader
Browse files

[!!!][FEATURE] Migrate Scheduler Cli Controller to Symfony Command

The scheduler CLI controller that is triggered via
"typo3/cli_dispatch.phpsh scheduler" is migrated to a Symfony Command,
which also allows the scheduler to be called via
"typo3/sysext/core/bin/typo3 scheduler:run" with the same arguments.

The PHP class TYPO3\CMS\Scheduler\Controller\SchedulerCliController
has been replaced by TYPO3\CMS\Scheduler\Command\SchedulerCommand.

Resolves: #79263
Releases: master
Change-Id: I3f117a5a4d46cffe303f0209ac256d0011afe979
Reviewed-on: https://review.typo3.org/51246


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
Tested-by: default avatarOliver Hader <oliver.hader@typo3.org>
parent 5bf10c8d
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment