Commit old changes

This commit is contained in:
2024-09-30 08:44:00 +00:00
parent 01c92080cd
commit 6a37a77895
20 changed files with 581 additions and 956 deletions

View File

@@ -98,7 +98,6 @@ if($timestamp[0] < strtotime(date('H:i'))) {
$s = new Scheduler();
$s->flushDeadJobs();
$s->checkPendingJobs();
$GLOBALS['log']->info('Scheduler - tutaj dochodzę');
} else {
$GLOBALS['log']->fatal('Scheduler cannot write PID file. Please check permissions on '.$cachePath);
}
@@ -107,4 +106,3 @@ if($timestamp[0] < strtotime(date('H:i'))) {
}
$exit_on_cleanup = true;
sugar_cleanup($exit_on_cleanup);
?>