Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize transaction service queries
Transaction service sql db queries must handle `DieselError(DatabaseError(__Unknown, "database is locked"))`. This PR attempts to remove situations where that error may occur under highly busy async cirumstances, specifically: - Combine find and update/write type queries into one. - Add sql transactions around complex tasks.
- Loading branch information