You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a SimpleRetryerConfig class that can be used to configure a SimpleRetryer, e.g. from an external YAML configuration file in a (Dropwizard) service.
Once in place, we can add a factory method to make it easy to create a new SimpleRetryer instance from a configuration object, e.g.
* Add SimpleRetryerConfig class and tests
* Note that I used JUnit Jupiter's assertAll instead of AssertJ SoftAssertions
because they are much faster; SoftAssertions takes a second or two to
initialize for some reason.
Closes#803
Add a
SimpleRetryerConfig
class that can be used to configure aSimpleRetryer
, e.g. from an external YAML configuration file in a (Dropwizard) service.Once in place, we can add a factory method to make it easy to create a new
SimpleRetryer
instance from a configuration object, e.g.The text was updated successfully, but these errors were encountered: