When we want to add some redirects, the process takes several weeks and
costs tens if not hundreds of thousands of pounds. This is because we
have to update the dispatcher configs in our project, build it several
times on dev (which takes on average 1.5 hours each build) to test it,
then schedule the change to go into test env, then UAT env, then stage,
then prod, each time doing a 1-2 hour build, and several rounds of smoke
tests (as there is no way to ensure that what was build in one env is
t...