onQueue(QueueName::JOB->value); } protected function handleJob() { try { $manager = new SeasonTicketContractSelectionManager($this->recordNo); $manager->sendNotice() ->save(); } catch (ModelNotFoundException $e) { LoggingUtil::errorException($e, sprintf("データ存在なし削除 %s", self::class)); } catch (Exception $e) { LoggingUtil::errorException($e, sprintf("ジョブ失敗->削除 %s", self::class)); } } }