Skip to content

fix(agent-core): cancel retry backoff - #118

Merged
drewstone merged 1 commit into
mainfrom
fix/agent-core-abortable-retry-20260804
Aug 4, 2026
Merged

fix(agent-core): cancel retry backoff#118
drewstone merged 1 commit into
mainfrom
fix/agent-core-abortable-retry-20260804

Conversation

@drewstone

Copy link
Copy Markdown
Contributor

What

  • add RetryConfig.signal
  • stop before a cancelled attempt and interrupt pending backoff
  • preserve the exact abort reason

Why

Runtime is consolidating Router retry behavior on agent-core. Without cancellable backoff, cancelling a run can still wait and launch another attempt.

Proof

  • pnpm --filter @tangle-network/agent-core test — 421/421 passed
  • pnpm --filter @tangle-network/agent-core check-types — passed
  • pnpm -r build — passed
  • pnpm check:package-artifacts — 9 packages, 19 exports, 38 targets

@tangletools tangletools left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Auto-approved drewstone PR — e6d3928f

This PR was opened by the trusted drewstone account.
The full PR reviewer audit still runs separately and will publish findings if it detects issues.

tangletools · auto-approval · reason: drewstone_author · 2026-08-04T05:18:22Z

@drewstone
drewstone merged commit 2385d13 into main Aug 4, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants