igorkasyanchuk/rails_performance
question: Redis crash does not crash main application, is it possible?
Open
#124 opened on Jan 2, 2025
help wanted
Repository metrics
- Stars
- (1,237 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Hi everyone
I'm including Rails Performance in the project I'm working on. The initial configurations are ok. But I'd like to configure it in a way that if something fails in Rails Performance (a failure with Redis, for example) my application won't crash.
In some tests I did, with a small EC2 for Redis, I ran out of memory and my application ended up crashing.
Is there a way to configure this? Or would I have to make a change to the code?
Thanks