-
Notifications
You must be signed in to change notification settings - Fork 410
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
daemon/update: Log each error before retrying #412
daemon/update: Log each error before retrying #412
Conversation
/lgtm But...I think the real fix here is something like #410 where all of the fiddly details of "retry in a loop" are codified and consistent. |
could you also fix the formatting some lines below:
it should be |
/hold Per @runcom's comment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good as is, but there was a request for update.
a really nit(y) one lol sorry for that |
That way, we get more feedback when retrying since it can take a while. And we also catch the instance when e.g. different errors might have happened each time.
efe87d4
to
12d5f26
Compare
Fixed! |
/lgtm |
/hold cancel |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ashcrow, cgwalters, jlebon, runcom The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
That way, we get more feedback when retrying since it can take a while.
And we also catch the instance when e.g. different errors might have
happened each time.