Running parallel queries
I thought I could be clever with something like this to speed up an endpoint with several queries:
However, unless I
await
on each query, this route will frequently fail in terms of nothing getting updated on the database, with no errors on my side. Is this to be expected?0 Replies