-
Notifications
You must be signed in to change notification settings - Fork 329
Open
Labels
Description
Long-term task polling can lead to a gradual increase in CPU usage.
here is my test dataflow:
nodes:
-
id: mcp-server
build: cargo build -p dora-mcp-server --release
path: /xdfapp/rust-target/release/dora-mcp-server
outputs:- search_request
inputs:
search_reply: question-search/reply
env:
CONFIG: mcp_config.toml
- search_request
-
id: question-search
build: cargo build -p question-search
path: /Users/lijing/xdfapp/rust-target/debug/question-search
inputs:
text: mcp-server/search_request
outputs:- reply
Agent: moly
Reactions are currently unavailable