Actions
Bug #81573
closedScheduler config check and documentation
Start date:
2017-06-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
CLI cron documentation config check
Complexity:
Is Regression:
Sprint Focus:
Description
Dear core developers,
I am working with TYPO3 8.6.1 LTS now and had some problems to build the scheduler cron job. One probnlem is the documentation. The cron parameter changed and "scheduler" is depricated. It was not easy to find the correct parameter. But this works:
.../typo3/sysext/core/bin/typo3 scheduler:run
It would be nice to find this in the scheduler configuration check in the backenend. At the moment there is written erroneously:
Der Befehl, um den Planer von der Kommandozeile auszuführen lautet: "/.../typo3/sysext/core/bin/typo3 scheduler".
Also in the scheduler check there is a problem with the point "CLI-Skript". Even if the cron jobs works, the config checks alerts a missing cron job. In the point "Last run (Letzte Ausführung) there is listet the correct timestamp for the last cron job run. TYPO3 seams to be conencted correcty, but the config check does not notice it.
Thanks
Martin
Files
Actions