# 에러코드-TimeOutException, TimeLimitExceeded

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

<mark style="color:red;">**TimeoutException**</mark> 에러는 추출 작업 시간이 오래 걸릴 때 나타나는 에러 메시지입니다.

리스틀리 비즈니스 플랜의 추출 작업은 태스크당 **최대 10분**까지만 실행되도록 제한되어 있기 때문에, 데이터 추출 작업 시간이 오래 걸릴 경우 해당 에러가 발생할 수 있습니다.

1. 페이지 안에 너무 많은 데이터가 있는 경우 (예: 수천 건 이상의 아이템이 있는 경우)
2. **자동 스크롤 설정시 반복** 횟수와 대기시간을 너무 높게 설정하는 경우
3. **자동 클릭** 설정 시 반복 횟수와 대기시간을 너무 높게 설정하는 경우

### **✅ 해결방법**

* 설정 시, 설정창 하단에 아래와 같은 경고 메시지가 뜬다면 데이터 추출에 실패할 확률이 높습니다.

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

* 메시지를 참고하여 경고 메시지가 나타나지 않는 값으로 설정해주세요.

{% hint style="success" %}
**안내된 방법을 시도했음에도 해결이 어렵다면,** [**hello@listly.io**](mailto:hello@listly.io)**로 문의해 주세요. 정확한 원인 진단 후 해결을 도와드리겠습니다.**
{% endhint %}


---

# 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/ko/support/troubleshooting/time-out-and-time-limit-errors.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.
