cloudpossebot
released this
14 Sep 19:58
·
20 commits
to refs/heads/main
since this release
Adding timeouts while updating,deleting or creating proxy @sunkaraamrutha (#9)
what
- Currently, proxy deletion timeouts after 60m. This change will let the user specify proxy deletion should the timeout be more than 60m. We have seen this as the constant pain point during our terratests which spin up & delete proxies for tests run.
why
- We have seen deletion of the RDS proxy that are spun for tests timing out when the proxy infra is destroyed. Tearing down proxy seems to me like a long aws workflow which, sometimes times out when 60m is hit causing our terratests to fail.