> For the complete documentation index, see [llms.txt](https://docs.hackle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hackle.io/crm-marketing/push-message-guide/send/rate-limit.md).

# 발송 속도 제한

푸시 캠페인 진행 시 서비스 트래픽 과부하를 방지하기 위해 메시지 발송을 분산할 수 있습니다.

기본적으로 APNS/FCM의 처리량을 고려하여 분당 최대 100,000건까지 발송되며, 원하는 경우 보다 보수적으로 속도를 제한할 수 있습니다.

* 발송 속도 제한
  * 분 단위 간격으로 한번에 발송될 메시지의 최대 개수를 설정하여 서비스 트래픽 과부하를 방지할 수 있습니다.
  * 단, 분당 발송 메시지 수를 낮게 설정하면 메시지 전달이 지연될 수 있으니 유의하세요.
  * 이벤트 기반, API 기반인 경우 대량 발송되지않으므로 속도 제한 기능을 제공하지않으며, 스케쥴 기반인 경우에만 속도 제한 기능을 제공합니다.

![스케쥴 기반 > 발송 속도 제한](/files/YlwvkYINvl7sAsI0Q7t7)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hackle.io/crm-marketing/push-message-guide/send/rate-limit.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
