You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After atlantis reported a clean looking successful plan on the PR user issued at atlantis apply command and received no feedback on the PR. Examination of logs revealed this.
[atlantis-779f7554b7-xqvm4] 2018/12/18 16:45:21 [INFO] server: Parsed comment as command="apply" verbose=false dir="" workspace="" project="" flags=""
[atlantis-779f7554b7-xqvm4] 2018/12/18 16:45:21 [INFO] server: 200 | POST /events
[atlantis-779f7554b7-xqvm4] 2018/12/18 16:45:22 [ERROR] <our_org>/<our_repo>#853: Making pull request API call to GitHub: GET https://api.github.com/repos/<our_org>/<our_repo>/pulls/853: 502 Server Error []
Looked like it was just a transient error in the Github API. Would be nice if atlantis either reported this back on the PR or even better went into a backoff-retry phase before giving up and reporting an issue.
The text was updated successfully, but these errors were encountered:
Previously, we were just logging when an error happened early in our
comment processing code. However it's possible for us to write comments
on error even at this early stage which will make for a better user
experience.
Fixes#398
After atlantis reported a clean looking successful plan on the PR user issued at
atlantis apply
command and received no feedback on the PR. Examination of logs revealed this.Looked like it was just a transient error in the Github API. Would be nice if atlantis either reported this back on the PR or even better went into a backoff-retry phase before giving up and reporting an issue.
The text was updated successfully, but these errors were encountered: