Greg Howdeshell

Results 18 comments of Greg Howdeshell

> Not sure what you are trying to do, but it looks a lot like the `race_condition_ttl` options https://api.rubyonrails.org/classes/ActiveSupport/Cache/Store.html#method-i-fetch As discussions are also occurring on the PR, this does not...

@byroot I have a very concrete example provide in my steps to reproduce in the opening of this discussion. My use case is simple in that when I am trying...

Cool, thanks @byroot. So, I added in my example the `race_condition_ttl` just to test the current result of the existing functionality and the results do not allow for serving the...

You are correct that I have a single process that wants to read and then regenerate if it fails as a fallback. I've wondered how the `race_condition_ttl` really works because...

@fatkodima but then I would have to call another external service to retrieve that data and then cache it locally so I don't waste processing time by making that external...

@Illydth could you submit a PR to this existing project with your tweaks?

@bamorim any updates? If there are not updates to this project, are you okay with me abstracting the functionality from what you have written and utilize it within my project...