fix(gateway): log swallowed background-task finalization errors#92033
Merged
vincentkoc merged 1 commit intoJun 10, 2026
Conversation
Background-task finalization swallowed all errors. Log via formatForLog at warn so non-transient failures are observable, staying non-blocking.
Member
|
Maintainer verification complete.
|
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
Jun 11, 2026
…claw#92033) Background-task finalization swallowed all errors. Log via formatForLog at warn so non-transient failures are observable, staying non-blocking.
badgerbees
pushed a commit
to badgerbees/openclaw
that referenced
this pull request
Jul 8, 2026
…claw#92033) Background-task finalization swallowed all errors. Log via formatForLog at warn so non-transient failures are observable, staying non-blocking.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Background-task finalization swallowed all errors, including non-transient ones. Log the swallowed error via
formatForLogat warn so failures are observable, while staying non-blocking.CHANGELOG.mdedit (release-only perAGENTS.md).Why core (not ClawHub)
Core correctness fix touching
src/gateway/server-methods/agent.ts— perAGENTS.mdthese stay in core (security/core hardening, bundled regressions, missing core APIs), not optional skill bundles routed to ClawHub.Verification
node scripts/run-vitest.mjs run src/gateway/server-methods/agent.test.ts=> 302 passedpnpm tsgo:core(tsconfig.core.json) => cleanoxfmt --check+oxlinton touched files => cleanReal behavior proof
node scripts/run-vitest.mjs run src/gateway/server-methods/agent.test.tsformatForLog(redaction applied once).🤖 Generated with Claude Code