-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Retryability
Right now in the retryable.rb file, a bunch of errors are explicitly rescued for use in retry. The list of errors is growing and becoming way too long and challenging to update. We should create some sort of abstraction on this so that it is cleaner. Perhaps a mixin, subclass, or even a method that returns all retryable errors.