Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not apply default future timeouts to commit and on_error response
`commit` should timeout based on the default transaction_too_old (1007) error or from an explicitly set transaction timeout option (1031). `on_error` may sleep for some time which is determined by the backoff and retry counts,it is limited and is guaranteed to return back.
- Loading branch information