make(CacheRepository::class); try { $make->clearCacheAll($type); } catch (\Exception $e) { Log::INFO('清除缓存失败:'.$type); }; $job->delete(); } public function failed($data) { // TODO: Implement failed() method. } }