Ruby on Rails: Avoiding Cache Stampedes with race_condition_ttl
Today we’re discussing Cache Stampedes in Ruby on Rails and how to prevent them using :race_condition_ttl. What is a Cache Stampede? Imagine we have many applications (or threads) that need the same information from our database. We […]