Skip to content

v59.5.1

Compare
Choose a tag to compare
@guardian-ci guardian-ci released this 19 Sep 11:42
· 193 commits to main since this release
70de4fb

Patch Changes

  • fed2598: fix(experimental-ec2-pattern): Add buffer to rolling update timeout

    If we consider the health check grace period to be the time it takes the "normal" user data to run,
    the rolling update should be configured to be a little longer to cover the additional time spent polling the target group.

    A buffer of 1 minute is somewhat arbitrarily chosen.
    Too high a value, then we increase the time it takes to automatically rollback from a failing healthcheck.
    Too low a value, then we risk flaky deploys.