fix(agent): retry transient provider failures#1457
fix(agent): retry transient provider failures#1457Alix-007 wants to merge 3 commits intosipeed:mainfrom
Conversation
|
Pushed an updated branch for this PR. It keeps the transient single-provider retry fix, resolves the current pkg/agent/loop drift against main, and keeps the targeted regression in place. Local verification:
|
|
Pushed a follow-up lint-only fix on top of the retry update to satisfy golines in pkg/agent/loop.go and reran go test ./pkg/agent -run TestAgentLoop_ -count=1 locally. |
8e0727b to
f026151
Compare
|
Refreshed this branch onto the current During the refresh I explicitly dropped an old conflict-resolution commit that had accumulated unrelated registry/provider reload changes, so the PR is back to the intended narrow scope: transient retry handling for single-provider calls plus the focused regression test. Local verification after the refresh:
GitHub PR checks are green again. |
|
Closing this to reduce queue noise. The branch is conflicting again, the issue lane already has another open carrier (#866), and this PR has aged without maintainer review despite several newer focused fixes being merged first. If we revisit this bug, it should come back as a fresh clean-base follow-up rather than continue on this stale branch. |
Summary
Fixes #629
Test plan