-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not set an http 500 error response when retrying db tx
Since we're now retrying delete transactions, setting the http 500 response in dbErrorResponse() should only happen once the maximum number of retries has been reached. This also adds some logging of the uuid when upsert operations start, and makes some logging formatting more consistent.
- Loading branch information
1 parent
7dcd7bf
commit 936055d
Showing
2 changed files
with
14 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