import apilo

This commit is contained in:
2025-09-29 17:18:32 +00:00
parent f709c11d00
commit 601b31439c
12 changed files with 238 additions and 39 deletions

View File

@@ -340,6 +340,7 @@ class Scheduler extends SugarBean {
$this->cleanJobLog();
$allSchedulers = $this->get_full_list('', 'schedulers.status=\'Active\'');
$GLOBALS['log']->info('-----> Scheduler found [ '.count($allSchedulers).' ] ACTIVE jobs');
if(!empty($allSchedulers)) {