moodle/admin/tool/task
Daniel Ziegenberg a4d64bd71b
MDL-73923 tool_task: make a more relaxed check on cron run interval
Prior to this change, the tool_task_cronrunning check had very tight
limits for checking the last cron interval and comparing it to the
expected frequency. When a cron job should take 1:00 min and the last
run was 1:02 min it complained that there was 1:02 between the last two
runs of the cron maintenance script and it should run every 1:00.

This change makes the check a bit more relaxed and adds an additional
minute on top of the expectedfrequency to give the cron job some time.

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2022-03-03 14:27:32 +01:00
..
classes MDL-73923 tool_task: make a more relaxed check on cron run interval 2022-03-03 14:27:32 +01:00
cli MDL-69521 core: Move all comments in code from 4.3 to 4.1 2020-09-08 18:59:46 +02:00
lang/en MDL-72467 tool_task: improve cron status check details. 2021-09-02 17:32:19 +01:00
templates MDL-55980 Scheduled tasks: Run individual scheduled tasks from web 2017-02-24 10:42:28 +00:00
tests MDL-69764 tool_task: unify crontab verification 2022-02-17 13:24:31 +01:00
clear_fail_delay.php MDL-68256 task admin: usability improvements 2020-03-28 18:40:51 +00:00
lib.php MDL-47271 tool_task: Added Task API status checks 2020-04-08 14:35:33 +10:00
renderer.php MDL-70230 admin: add setting sched. task status 2021-06-04 08:12:16 +02:00
runningtasks.php MDL-67211 Tasks: Add cron_enabled setting. 2020-08-25 17:08:57 +10:00
schedule_task.php MDL-72734 tool_task: consistent checks for running tasks from web. 2022-02-14 09:22:01 +00:00
scheduledtasks.php MDL-65843 tasks: Allow schedules to be overridden in config 2020-11-18 12:44:05 +00:00
settings.php MDL-67211 Tasks: Front-end to display currently running tasks. 2020-08-25 17:08:47 +10:00
styles.css MDL-71152 theme_boost: Use 'scroll-margin-top' for anchor links 2021-07-16 11:56:31 +02:00
version.php MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:11:07 +02:00