The worker is split into several classes

This commit is contained in:
Michael 2022-05-19 19:24:21 +00:00
parent 87e14d9d28
commit dc16e6d471
9 changed files with 591 additions and 510 deletions

View file

@ -230,7 +230,7 @@ while (true) {
}
$timeout = ($seconds >= $wait_interval);
} while (!$timeout && !Worker::IPCJobsExists());
} while (!$timeout && !Worker\IPC::JobsExists());
if ($timeout) {
$do_cron = true;