-
Improvement
-
Resolution: Fixed
-
Minor
-
3.8
-
MOODLE_38_STABLE
-
MOODLE_39_STABLE
-
MDL-66925-adhoc-keep-alive -
Usually this gets kicks off every minute from cron.d but this means that depending on when a task get queued it could be up to a minute before it even gets picked up.
We currently work around this by firing off a process at smaller intervals such as every 30 or 15 seconds.
It would be better if we just just say 'run the ad hoc task queue for 1 minute'. If it gets to the end of the queue then just sit there and poll it to see if anything new gets added.
- has a non-specific relationship to
-
MDL-63580 Deprecate dupe cron_run_single_task() function
-
- Closed
-
-
MDL-67433 Update admin/tool/task/cli/adhoc_task.php to respect task_adhoc_concurrency_limit
-
- Closed
-
- Testing discovered
-
MDL-66927 Cron does not process ad hoc tasks which have been queued since cron started
-
- Closed
-