Creating Scheduler Tasks and Commands
TYPO3
Show in appBeschreibung
This skill covers building Scheduler tasks and commands for automating recurring tasks.
Please note that using Symfony Commands is the recommended way to run code via EXT:scheduler.
Ziele
- I know the differences between scheduler tasks and commands.
- I know about the context Scheduler tasks are executed in.
- I know about the context commands are executed in.
- I know that commands can be configured to be available as scheduler tasks.
- I know how to create a new Scheduler task without a command.
- I know how to create a new command and how to make it executable via the Scheduler.
Maintainer

Andreas Wolf