in general, i have lots of issues while running te...
# mongodb
p
in general, i have lots of issues while running tests with Prisma, I try to use
Promise.all()
everywhere I can to speed up my tests, but I usually have issues like one above. If I do everything sequentially, the errors are gone, but it makes me afraid that Prisma is bad at dealing with multiple requests at once and so will be bad on a prod server with a high load