-
Bug
-
Resolution: Fixed
-
Trivial
-
3.9
-
MOODLE_39_STABLE
-
MOODLE_39_STABLE
-
-
3.9 release work board
Even though I disabled Cron execution via command line only and have no cron password for remote access set in Site Administration > Site security settings,
the "admin/cli/cron.php" does not turn into a link in Site Administration > Notifications in Moodle 3.9 BETA in the 2020-06-07 release.
This is an important feature for developers who have many instances of Moodle running locally and don't necessarily want to have cron running all the time or only want to run it on demand. It is also an important feature for administrators who may not have cron configured properly yet but want to run it manually.
From the Moodle 3.8 docs on https://docs.moodle.org/38/en/Cron:
2. If, for some reason, you cannot run the CLI script there is the web based script. Note that this is now deprecated and may be removed in future versions. This needs to be run from a web browser and will be accessed via a web url something like http://your.moodle.site/admin/cron.php. You can find command line based web browser (e.g. wget) so the final command may look like /usr/bin/wget http://your.moodle.site/admin/cron.php This has the advantage that it can be run from anywhere. If you can't get cron to work on your machine it can be run somewhere else.
I can only assume that the inability to run cron from the Notification page must have something to do with the deprecation of the web based script.
This is going to be a MAJOR ROADBLOCK for us. We have Moodle running in a container pod environment where it is not possible to setup cronjobs. Our only option is to have an external browser (wget in our case) run the Moodle cron job.
Please address this issue before the launch of Moodle 3.9 as we are planning on being early adopters.
- has a non-specific relationship to
-
MDL-47271 Add system status report including tasks with cli status script
- Closed