[FEATURE] Allow multiple task options in scheduler command
The --task option (short -i) can now be provided multiple times to the scheduler command. The given task UIDs are executed or stopped sequentially. Example call: ./bin/typo3 scheduler:run --task 3 --task 2 Additionally some debug output is added when the -v or -vv flags are provided. Resolves: #87451 Releases: master Change-Id: I6e1555c456d8c0f35395ca40c0a303628ddf5acf Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/59452 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Jörg Bösche <typo3@joergboesche.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Feature-59452-MultipleTasksInSchedulerCommand.rst 33 additions, 0 deletions.../master/Feature-59452-MultipleTasksInSchedulerCommand.rst
- typo3/sysext/scheduler/Classes/Command/SchedulerCommand.php 133 additions, 33 deletionstypo3/sysext/scheduler/Classes/Command/SchedulerCommand.php
- typo3/sysext/scheduler/Classes/Scheduler.php 1 addition, 1 deletiontypo3/sysext/scheduler/Classes/Scheduler.php
Please register or sign in to comment