b5979: Reduce reverse proxy healthcheck unhealthy cache time.

This commit is contained in:
Thomas Stokes
2024-03-21 13:31:49 +01:00
parent 769e5c1b1a
commit 3c81453121
@@ -105,6 +105,7 @@ then
else
status "503 Not in the same az"
outputMessage "Unhealthy: Not in the same az as the archive and the value cached is unhealthy."
rm ${LAST_TARGET_GROUP_HEALTHCHECK_RESULT_FILENAME} # This ensures the unhealthy cache is shorter. We want the switchover to be quick, but if it stays healthy a little too long, that is not problematic.
fi
fi
fi