# Rate limiting on duplicate incidents

To avoid noise and excessive information, duplicate incidents will be rate-limited for just 1 minute. We only rate-limit an incident and **not an integration**. These are the rules -

* Trigger 20 duplicate incidents every 60 seconds (duplicate incidents will also get suppressed automatically)
* After the first 60 seconds, rate limiting will be applied for 1 minute
* Rate limiting will be uplifted after one minute and duplicate incidents will be allowed

## F.A.Qs

### Does this affect other incidents?

No. Any other incident on any integration including the integration for which incident was rate-limited will not be rate-limited or affected.

### Will other incidents be triggered for the same integration?

Yes. We rate-limit an incident, not an integration.

### Will I be informed about rate limiting?

Yes. Admins will get an email alert only when rate limiting applies. An email alert will be sent only once every 30 minutes.

### What are duplicate incidents?

Spike.sh will parse a payload into human-readable format. We call this incident title. Incidents with the same title are duplicates.

### Is any action needed to uplift the rate limits?

No action is needed on your end. Rate limiting is automatically set and uplifted in just one minute.

### Will any incidents be missed?

No way. A duplicate incident has to be sent to your hooks endpoint a 20 times in under a minute for it to be rate-limited. You would have gotten alerts for the very first incident that was created.


---

# 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://docs.spike.sh/incidents/rate-limiting-on-duplicate-incidents.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.
