Jobs not being updated
This commit is contained in:
@ -59,6 +59,10 @@ class Queue extends Ideal\Service
|
||||
try {
|
||||
if (!$worker->execute($job)) {
|
||||
$errors []= $job->id;
|
||||
} else {
|
||||
if (!$this->jobService->execute($job)) {
|
||||
$errors []= $job->id;
|
||||
}
|
||||
}
|
||||
} catch (Exception $exception) {
|
||||
$final = new Exception("Could not run job", 0, $exception);
|
||||
|
Reference in New Issue
Block a user