-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(db): set production deadlock delay
This commit fixes the transaction library by ensuring that: 1) Deadlocks are asynchronously handled. 2) MAX_TRANSACTION_DEADLOCK_RESTARTS is now 10. It also makes all deadlock errors actual errors and includes a timestamp to help identify when they occurred.
- Loading branch information
Showing
2 changed files
with
28 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters