baleen icon indicating copy to clipboard operation
baleen copied to clipboard

Use Timeout Decorator

Open will2041 opened this issue 8 years ago • 0 comments

Timeout decorator introduced with https://github.com/bbengfort/baleen/commit/2e5d83767cfa3ceebfdada0680f713e73e10fbae

Acceptance criteria:

  • Use decorator for methods with potentially very long running operation
  • Properly handle BaleenTimeout Errors at call sites for these methods

will2041 avatar Sep 11 '16 19:09 will2041