The idea is:
Since the version 1.74.0 we now have a rate limit of 5 webhook call at the same time, which is really annoying cause we need more, i saw a commit that seems to add this rate limit to the code, we would like to have an env parameter to increase this rate limit.
My use case:
we use n8n in our case for load testing, se we have to request around 400 times n8n per minutes, so we do have a lot of “too many request” happenning because we come across the limit of 5 request at the same time so if we could increase this request manually it would be great
I think it would be beneficial to add this because:
We could define our limit for out usecase without beaking everyone else n8n around the world
Any resources to support this?
here is the link to the pull request i guess introduced the problem for us fix(core): Use rate limiter for task runner endpoints by tomi · Pull Request #12486 · n8n-io/n8n · GitHub
Are you willing to work on this?
I can try to make myself a pull request, i will see this week end if i have the skills needed