igorkasyanchuk/rails_performance
question: Redis crash does not crash main application, is it possible?
Offen
#124 geöffnet am 02.01.2025
help wanted
Repository-Metriken
- Stars
- (1.237 Sterne)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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