SeedCompany / cord-api-v3

Bible translation project management API
MIT License
18 stars 4 forks source link

Upsert actors outside of current transaction #3201

Closed CarsonF closed 5 months ago

CarsonF commented 5 months ago

Queries cannot run in parallel within a transaction. https://github.com/SeedCompany/cord-api-v3/blob/1eb8d8b7b6db30146704486487f7def21e3b8f47/src/components/authentication/authentication.service.ts#L121-L124

The actor logic is not meant to be a part of the current mutation, so changed there.

Also removed the stacktrace limit for dev.

https://seed-company-squad.monday.com/boards/5989610236/pulses/6618205163