This repository has been archived by the owner on May 14, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add @recoverable decorator to retry operations upon connection error
Similar to the `@run` decorator, this decorator causes a wrapped method to be retried in the case that the method throws an exception which appears to be caused by a lost connection. While the `@run` decorator is limited to wrapping methods with a particular signature (including `query` and `bindings` params, the `@recoverable` decorator is more generally applicable.
- Loading branch information