-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Failed to create pull request: AggregateError #1519
Comments
@cancan101 thanks for the report. This could probably be fixed by adding some basic retry logic for the API calls; I will look into this when I have some free time. |
@cancan101 how often does this happen? Is it always the same? Does retrying it fix it? |
I'm also seeing the same error on every run, its very nearly the first error in the raw logs in ADO, here is the excerpt
I should add that new pull requests get created ok |
Seeing the same thing as well. I am getting this error but PRs are being created. |
It makes sense to add retry logic for these temporary failure HTTP response codes and I will look in to adding a PR for this shortly. |
Describe the bug
A clear and concise description of what the bug is.
Categorization
Repository
URL: https://dev.azure.com/laticrete/Public%20Repos/
To Reproduce
Steps to reproduce the behavior:
Looks to be sporadic and due to a timeout.
Expected behavior
A clear and concise description of what you expected to happen.
Longer timeout and / or retry behavior
Logs and screenshots
https://dev.azure.com/laticrete/Public%20Repos/_build/results?buildId=10729&view=results
Extension (please complete the following information):
Server (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: