Skip to main content

Cronjobs

Default PHP-Script Aufruf:

*/5 * * * * [path/to/php] [absPath/to/script]

PHP-Script Aufruf mit env Variable:
e. g.  * * * * * TYPO3_CONTEXT=Development/Server /[absPathToPHP]/php7.4-cli -f ~/[absPath]/typo3/sysext/core/bin/typo3 scheduler:run

*/5 * * * * [ENV-Variable] [path/to/php] [absPath/to/script]