HTTP node rate limited even with batching 3 seconds per request

I am getting rate limited with 1 request every 3seconds.

anyone knows why?

this is just a simple get request… 1 url per batch with 3seconds interval.

as per https://community.n8n.io/t/n8n-http-request-failing-due-to-rate-limits-possible-solutions/82750, n8n limits 60 request per minute… i only have 20 requests per minute :confused:

  • n8n version: 1.85.4
  • **Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS: main Self host
  • Running n8n via Docker- Coolify
  • Operating system: Ubuntu 24.04.1 LTS

Hi,

I don’t think this is a problem from the number of outgoing request that are limited by N8n.

This 429 comes from the remote server, which it the job site. There is nothing N8n can do about that. The job site probably imagined that nobody can browse jobs and read them at a rate of every 3s . So they have set a low number of request to avoid scraping (which you seem to be doing)

Regards
J.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.