# Enterprise - Fail Fast

## What is the Fail-Fast Strategy?

In large-scale data collection, collection tasks can stall for extended periods or wait inefficiently due to network delays, blocking, abnormal responses, and more.

Listly Enterprise applies the **'Fail-Fast Strategy'** to data collection features to minimize these issues.

The 'Fail-Fast' feature lets you configure the system to stop all remaining tasks in a group and move to the next task when a certain percentage or number of failures is detected during group extraction.

{% hint style="info" %}
The Fail-Fast feature is configurable when creating a [group extraction](/getting-started/result-page-features/group-extraction.md) task.
{% endhint %}

{% stepper %}
{% step %}

#### After extracting the source page, click the \[+Group] button

<figure><img src="/files/3ad680eaf9553413b1c0c21762fd71a419296431" alt=""><figcaption></figcaption></figure>

**This feature can be configured during the process of creating a** [**group extraction**](/getting-started/result-page-features/group-extraction.md) **task.** After extracting the source page, click the **\[+Group]** button at the top of the results page.
{% endstep %}

{% step %}

#### After entering URLs in the new group, configure the Fail-Fast option

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

**After entering URLs in the new group, configure the Fail-Fast option**.

<mark style="color:red;">➊</mark> Percentage setting: When tasks fail at the selected percentage, remaining tasks are marked as failed.

<mark style="color:yellow;">➋</mark> Count setting: When tasks fail at the entered count, remaining tasks are marked as failed.<br>

For testing, we set the percentage to 30% and entered 10 URLs to create the group. To simulate a failure scenario, we intentionally entered incorrect URLs.

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

{% step %}

#### Check task progress

Below is the example result screen. When extraction failed for 30% (3 out of 10 URLs), you can see that the remaining 7 tasks were automatically Fail-Fast processed.

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

By utilizing the Fail-Fast feature like this, you can reduce unnecessary wait times in certain situations and **significantly shorten overall process time**.
{% 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/getting-started/enterprise-solutions/fail-fast.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.
