I'm getting a graphql error code 504 and only half of my records get put into the DB
a
agartha
07/14/2017, 3:20 PM
@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
amann
07/14/2017, 3:41 PM
Yeah that did it, thanks @agartha
👍🏻 1
a
agartha
07/14/2017, 3:55 PM
I use 8 concurrent connections and 25 mutations per request as a general guideline. That's well within limits.
n
nilan
07/14/2017, 5:47 PM
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
agartha
07/14/2017, 8:09 PM
In my case, the 25 mutations amount to about 10 kB