Nicholas (Nick) Meyer 875e2adc40 Improve github pull request call retries (#1810)
* Improve github pull request call retries

Retry with fixed 1 second backoff up to 3 retries was added by #1131 to
address #1019, but the issue continued to show up (#1453).

Increase max attempts to 5 and use exponential backoff for a maximum
total retry time of (2^n - n - 1) seconds, which is roughly 30 seconds
for current max attempts n = 5.

Also move the sleep to the top of the loop so that we never sleep
without sending the request again on the last iteration.

* Fix style with gofmt -s
2021-10-04 09:59:53 -07:00
2021-09-30 23:33:24 -04:00
2021-09-03 15:34:35 -04:00
2021-09-30 23:33:24 -04:00
2020-06-23 20:42:03 -07:00
2021-08-31 15:20:28 -07:00
2021-03-23 13:54:55 -04:00
2021-09-30 23:33:24 -04:00
2021-09-22 13:29:30 -04:00
2018-03-15 17:25:02 -07:00
2021-08-31 15:20:28 -07:00
2021-08-30 23:19:46 -04:00
2018-08-16 13:02:09 -10:00
2021-09-02 00:35:52 -04:00
2020-04-21 20:44:12 -07:00

Atlantis

SuperDopeBadge Go Report Card codecov CircleCI Slack

Atlantis Logo

Terraform Pull Request Automation

Resources

What is Atlantis?

A self-hosted golang application that listens for Terraform pull request events via webhooks.

What does it do?

Runs terraform plan and apply remotely and comments back on the pull request with the output.

Why should you use it?

  • Make Terraform changes visible to your whole team.
  • Enable non-operations engineers to collaborate on Terraform.
  • Standardize your Terraform workflows.

Stargazers over time

Stargazers over time

Description
Terraform Pull Request Automation
Readme 215 MiB