How do you handle crawl requests sent simultaneously by different users?

Currently, I can't crawl 2 different websites from different API calls each. The second API call is just ignored and the API continues to crawl the website of the 1st request.

I'm using Express for my API.
Was this page helpful?