From 5263a07f61698eb26e0482129d66c5ab4be1c9c5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 4 May 2025 18:06:43 +0300 Subject: record last cron expression (and stub owner_uid) used by scheduled task --- classes/Pref_System.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'classes/Pref_System.php') diff --git a/classes/Pref_System.php b/classes/Pref_System.php index c5d7ab606..7946dc293 100644 --- a/classes/Pref_System.php +++ b/classes/Pref_System.php @@ -33,6 +33,7 @@ class Pref_System extends Handler_Administrative { + @@ -40,6 +41,7 @@ class Pref_System extends Handler_Administrative { order_by_asc(['last_cron_expression', 'task_name']) ->find_many(); foreach ($task_records as $task) { @@ -48,6 +50,7 @@ class Pref_System extends Handler_Administrative { ?> + -- cgit v1.2.3-54-g00ecf
task_name ?>last_cron_expression ?> last_run) ?> last_duration ?> last_rc ?>