-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sporadic 404 errors #1817
Comments
Hello,
" |
I also have this issue, and I believe that this may have something to do with GitHub API eventual consistency or caching - either on GitHub's side or on Atlantis's side. Imho what is happening is that the webhook is being sent immediately after the PR gets created, but when Atlantis queries the API for that PR, the API returns 404 because its cache has not been invalidated yet. If my theory confirms, this can be 'easily' fixed by adding a small delay (5 seconds for example) before querying the API for the given PR. |
Duplicates #1905 |
is this still an issue with |
Community Note
Overview of the Issue
Occasionally, the creation of new PRs fails with the following error
The PR is there of course and
atlantis
does have access to the repo (created other PRs with success)Reproduction Steps
Logs
Environment details
Additional Context
The problem may go away by restarting
atlantis
The text was updated successfully, but these errors were encountered: