-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Local update failures are silently ignored #270
Comments
You are correct. If we change that line, it should work the way we expect it to. |
Can you test that? you can download the artifact from here: |
Thanks for taking a look. I've tested it and that fixes things! |
thanks for testing. I'll merge it and push a new release. |
No problem, thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I happened to notice a bunch of warnings in my gickup service logs, and upon further investigation I realized nothing had been mirroring properly for a while. To avoid this happening in the future, I was going to set up a Prometheus alert, but then I realized that there was no indication of an issue in the Prometheus metrics. I've taken a look at the source code and it looks like
local.Locally
will returntrue
even when the final retry fails? To be specific, it seems to me like this line should bereturn false
instead ofbreak
. Does that sound right, or am I missing something?The text was updated successfully, but these errors were encountered: