mathiasgruber
DTDrizzle Team
•Created by mathiasgruber on 6/18/2023 in #help
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?1 replies