delete(); } catch (\Throwable $e) { // 如果你不想重试,直接删除 $job->delete(); } } // 可选:任务失败时执行 public function failed($data) { // 失败后不做处理,直接跳过 } }