n8n errors / Rate limit

AxiosError: Request failed with status code 429

platform: n8n / category: Rate limit / code: 429

Cause

The destination API returns 429 because n8n is sending requests faster than its rate limit allows.

Fix

Add a Wait node between iterations to space out requests. Enable batching in the HTTP Request node Options with a small batch size. Check your API tier - some providers lower limits when balance drops. For webhook-triggered flows, add queue or debounce logic to avoid bursts.

Source thread →

Part of the Automation Error Index — n8n errors: browse all.

Hitting an automation error we have not covered?

AutomateLab builds and debugs n8n, Make, and agent workflows as fixed-scope projects. If something is broken in production, tell us what you are seeing.

Describe the problem