Will this run my cron job every 5 mins?

Will this run my cron job every 5 mins?

by James Becker -
Number of replies: 1

Mooflr version 3.4.1+

Will this run my cron job every 5 minutes in Moodle ver 3.4.1+??

Please see the attached image.

Attachment cronJob01.png
Average of ratings: -
In reply to James Becker

Re: Will this run my cron job every 5 mins?

by Ken Task -
Picture of Particularly helpful Moodlers

Well, it would ... but that's like a 'web client' (wget) hit on your server.

Think the recommended way is to use the command line version of cron.php:

/path/to/php /path/to/moodle/code/admin/cli/cron.php

and, believe it or not, the recommendation is to run cron every minute.  Been some improvements to 3.4 from prior/older versions of Moodle.

please see:

https://docs.moodle.org/34/en/Upgrading#Cron

and

https://docs.moodle.org/34/en/Cron

'spirit of sharing', Ken