I'm getting a graphql error code 504 and only half...
# prisma-whats-new
a
I'm getting a graphql error code 504 and only half of my records get put into the DB
a
@amann You need to throttle it a bit I think. If you have very large mutations, or too many concurrent connections, you are bound to run into timeouts.
a
Yeah that did it, thanks @agartha
👍🏻 1
a
I use 8 concurrent connections and 25 mutations per request as a general guideline. That's well within limits.
n
with the caveat that the unit of mutation is unfortunately not a standardized one. there may be crazy complex mutations vs plain simple ones
👍🏻 1
a
In my case, the 25 mutations amount to about 10 kB