Shopify / response_bank

Simple response caching for Ruby applications
http://www.shopify.com
MIT License
135 stars 18 forks source link

Retry on `Zlib::BufError` #83

Closed ianks closed 9 months ago

ianks commented 9 months ago

This error happens sporadically for currently unknown reasons. I fixed one race condition in https://github.com/ruby/zlib/pull/74, but we are still getting tons of errors even with that patch. For now, the best solution is to retry once, knowing probability is on our side (a la https://github.com/opal/opal/pull/2463).