diff --git a/src/lib/github/api.cr b/src/lib/github/api.cr index 6995ed3..2b432e7 100644 --- a/src/lib/github/api.cr +++ b/src/lib/github/api.cr @@ -52,6 +52,7 @@ module Github Retriable.retry(on: { Crest::GatewayTimeout, IO::TimeoutError, + OpenSSL::SSL::Error, }) do client[url].get end