Actions
Refactor #29607
openPrevent from running wihtout proper Rails cache
Description
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.
Actions