Skip to content

Introduces exponential backoff into RetryOnError.wrap.

David Chandek-Stark requested to merge retry-backoff into develop

Removes Errno::EADDRNOTAVAIL from HasFixity::RETRIABLE_IO_ERRORS because it's not really an I/O and probably isn't arising in those wrapped blacks anyway.

Merge request reports