Alistair Spark
                                            Alistair Spark
                                        
                                    Looks like this was fixed in this plugin's stable branch on 4th August https://github.com/h5p/moodle-mod_hvp/commit/3f721533c21abd8b61d03a961ad131043e6c741e
Quick update: We had thought about this previously and now I recall what the concern was: The setting enabletasks needs to be enabled for any of the tasks to run....
Yes, the `\tool_objectfs\task\check_objects_location`Task essentially just runs that `get_object_location_from_hash` function. I increased the batch size to 200 000 which takes about 1h to complete. Full site checking took 26h (was running...
Have you regenerated a report? The report is created by a nightly task `\tool_objectfs\task\generate_status_report` So while change may have occured you don't have an up to date report
By caching I meant the basic cache/localcache. We don't have any Varnish type caching in front of this Moodle, no CDN. And no MUC either.
Yes S3 signing. I'm thinking the url for the site logo, images in blocks etc are coming through into the html and then being cached by those basic caches. We're...
I encountered it again but following your logic that this could be cached by Nginx I had a look at the Puppet code for that server and it doesn't have...
Hi Lai, That's why I mentioned "It importantly does not redirect all users all the time, just the ones that are logged in which could make them be logged in...
https://moodledev.io/docs/apis/subsystems/task/adhoc#creating-adhoc-tasks
I'm not the Windows/O365/Identity person so apologies for my ignorance about AAD/OIDC implementation details on this. In the case where the AzureAD tenant is synced with on-prem AD (i.e. the...