Refactor #29607
Updated by Lukas Zapletal almost 5 years ago
Foreman starts just fine when Rails cache is misconfigured (e.g. Redis incorrect URL or port blocked). Problem is, everything works fine except there is no caching at all. We need to prevent starting Rails without working cache and also add a ping check for that. Looks like we have some gaps there.