ModernLMS / moodle-availability_othercompleted

This plugin allow to restrict access of activities and resources in your course based on other course completion.
6 stars 12 forks source link

Delay by cron #15

Closed Raolibec closed 2 years ago

Raolibec commented 4 years ago

While course1 is finished, the the course2 is not unlock immediately,user must wait till the next completion run is finished then reflash.

sam-suresh commented 4 years ago

Isn't the cron should run every one minute?

I believe Moodle badges also issued by cron. So other restrictions for example by badge also need to wait cron to complete.

Tonychee commented 3 years ago

Hi Suresh, could I get your assistance as to how to change the running time of the cron script?

I have this message: The admin/cli/cron.php script has not been run for 59 mins 35 secs and should run every 1 min

But I am not sure how to change it. I have read this: https://docs.moodle.org/310/en/Cron, but it's quite confusing