Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the number of retries in transaction failures
This can potentially help even more with serializable transaction failures (optimistic locking exceptions, which are expected to occur somewhat frequently). With six attempts, we will sleep at most five times, for 100+200+400+800+1600 ms each, for a total of at most 3.1 seconds (much less than the EPP maximum which I believe (?) to be 30 seconds.
- Loading branch information