Hi,
I’m not sure exactly what is going on, but I am experiencing slow API requests and timeouts using the Mockaroo-Node NPM package.
I have been experiencing issues only this morning, but using this yesterday (and anytime before that), I’ve only had issues when I’ve reached my daily limit. I’ve checked, and my limit has not been reached.
I am currently using a free account while I wait for approval at my company for an upgrade, if that makes a difference.
Though I am using the node package, I can see the structure of my request URL is: (https://mockaroo.com/api/generate.json?client=node&key=<APIKey>&count=1&array=true)
Trying this request in Postman results in the same slow responses/timeouts.
This is the error I receive: could not obtain a connection from the pool within….063 seconds); all pooled connections were in use
Is there something I am completely missing?