# 企業版 - 快速失敗

## 快速失敗策略是什麼？

在大規模資料收集中，可能會因網路延遲或封鎖、異常回應等原因導致收集作業長時間停滯或低效等待。

Listly 企業版在資料收集功能中應用了「**快速失敗策略（Fast-Fail Strategy）**」以最小化這些問題。

「快速失敗」功能可以在群組提取時，如果檢測到一定比例或一定數量以上的失敗，就中斷群組中所有剩餘作業並移至下一個任務的設定功能。

***

## 使用方法

{% stepper %}
{% step %}

#### 提取來源頁面後點擊 \[+群組] 按鈕

<figure><img src="/files/881d0a3c316758994e01590caca8ad56898143fc" alt=""><figcaption></figcaption></figure>

**此功能可以在建立**[**群組提取**](https://help.listly.io/docs/ko/getting-started/result-page-features/group-extraction)**任務的過程中設定**。提取來源頁面後，在結果頁面點擊頂部的 **\[+群組]** 按鈕。
{% endstep %}

{% step %}

#### 在新群組中輸入 URL 後，設定快速失敗（Fail-Fast）選項

<figure><img src="/files/10f23354fa0a7f82d993217c81271aa3d52508df" alt=""><figcaption></figcaption></figure>

**在新群組中輸入 URL 後，設定選項中的快速失敗（Fail-Fast）項目**。

<mark style="color:red;">➊</mark> 比例設定：當選擇的比例的作業失敗時，將其餘作業視為失敗處理。

<mark style="color:yellow;">➋</mark> 數量設定：當輸入的數量的作業失敗時，將其餘作業視為失敗處理。<br>

為了測試，將比例設定為 30%，並輸入 10 個 URL 來建立群組。此時，為了製造失敗情況，故意輸入了錯誤的 URL。

<figure><img src="/files/d08a67aa34e456ca19459896c89e778550e207b9" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### 確認任務進度

以下是設定範例的結果畫面。可以確認 10 個 URL 中 30%（3 個）的提取失敗後，其餘 7 個任務自動被 Fail-Fast 處理。

<figure><img src="/files/d3e8acaa66b16c97b6381823345fafce5f392199" alt=""><figcaption></figcaption></figure>

如此，使用 Fail-Fast 功能可以減少特定情況下不必要的等待時間，**大幅縮短整體流程時間**。
{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.listly.io/docs/zh-hant/getting-started/enterprise-solutions/fail-fast-zh-hant.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
