fix(discord): keep multibot threads responsive during long-running tasks#1437
Open
pahud wants to merge 1 commit into
Open
fix(discord): keep multibot threads responsive during long-running tasks#1437pahud wants to merge 1 commit into
pahud wants to merge 1 commit into
Conversation
Contributor
|
Caution This PR is missing a Discord Discussion URL in the body. All PRs must reference a prior Discord discussion to ensure community alignment before implementation. Please edit the PR description to include a link like: |
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
Fixes #1436 — Discord multibot threads stay responsive while a long-running task is executing.
This is a clean cherry-pick of
f960c72(authored by the bot onfix/1436-discord-multibot-responsiveness). That original branch was cut from a stale base and carried 19 unrelatedoabctlrefactor commits (17 extra files), so it was not suitable for review as-is. This branch isorigin/main+ the single fix commit (3 files:crates/openab-core/src/adapter.rs,crates/openab-core/src/discord.rs,src/main.rs).Why the bot couldn't open this PR
gh pr createfalls through theobkshim to the real, unauthenticatedgh(bots hold no long-lived GitHub credentials since 2026-07-21). PR creation for B0 must go through the GitHub MCPcreate_pull_requesttool instead.Testing
Delegating validation to PR CI; the fix commit is unmodified from the bot's tested branch.