This was missing from the config, and a recent change in static (https://github.com/alphagov/static/pull/3447) means the app will spend ages waiting for a Redis request to this URL to succeed (and ultimately fail) and no longer fall back on REDIS_URL as it did before - causing downstream local apps to fail to load when depending on static.
This was missing from the config, and a recent change in static (https://github.com/alphagov/static/pull/3447) means the app will spend ages waiting for a Redis request to this URL to succeed (and ultimately fail) and no longer fall back on
REDIS_URL
as it did before - causing downstream local apps to fail to load when depending on static.