Closed blampe closed 1 month ago
Attention: Patch coverage is 78.17259%
with 43 lines
in your changes missing coverage. Please review.
Project coverage is 53.68%. Comparing base (
83f8438
) to head (f15ea11
). Report is 1 commits behind head on v2.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Currently, if our automation APIs call fail they return non-nil errors to the operator. In #676 I modified
Update
to translate these errors into a "failed" status on the Update/Stack, but other operations (preview etc.) still surface these errors and automatically re-queue.We'd like to retry these failed updates much less aggressively than we retry transient network errors, for example. To accomplish this we do a few things:
Fixes #677