igorkasyanchuk/rails_performance
question: Redis crash does not crash main application, is it possible?
オープン
#124 opened on 2025/01/02
help wanted
Repository metrics
- Stars
- (1,237 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
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