jinweijian

Results 1 issues of jinweijian

src/Queue/Worker.php:105 - 113 protected function executeJob($job) { // ..... try { $result = $job->execute(); } catch (\Exception $e) { $this->logger->error($this->createMessage("Execute job #{$job->getId()} error: {$e->getMessage()}")); $this->shouldQuit = true; } catch (\Throwable...