Houston UI Task Scheduler view stalls when checking logs for a task that should have run but never did.
I have 2 tasks that rsync / and an external drive to Rocky ZFS file systems for backup. I thought I had the scripts sorted, They had been run sudo from an interactive shell. Apparently, they’re not quite right.
I just discoverd ZFS allow and friends that specify pool resources available to a user task. Apparently, this process needs more than default resources.
Task is a custom script written in Python3. Basically a os.system () call to run an rsync command locally to pull the filesystem over.