I'm concurrently submitting a lot of requests to get the list of networks of different organisations. Each organisation is only getting one API request. So I am well under the 5 requests per second per organisation.
But I'm still running into the 429 rate limit error from Nginx. I can't tell if I am getting a retry header because the node.js SDK does not expose it to me.
Is there also a rate limit per requesting client?