Multiple operations being performed at the same time #1782
Closed
Ancient-Dragon
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
We were investigating an issue with our project which has a dgs server, and a few lambda's calling it. We currently batch up our lambdas requests into a single mutation with multiple operations.
e.g.:
Previously this used to be handled 1 by 1, so mutation 1 would be processed first then mutation 2 would be processed, however I noticed that is no longer the case. We're currently using dgs 8.0.3. Is there a way we can get it to process 1 by 1 or is that no longer possible?
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions