You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logs tool consistently times out with Error [0]: context deadline exceeded when called without a --workflow_name filter, even when using count: 3 and max_tokens: 3000 to limit output size. This makes it impossible to browse recent runs across all workflows.
The repository has 258 compiled workflows. Logs exist locally at /tmp/gh-aw/aw-mcp/logs/ with 17 run directories. The timeout appears to occur during the API fetch phase when no workflow scope narrows the query.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpg
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
Problem Description
The
logstool consistently times out withError [0]: context deadline exceededwhen called without a--workflow_namefilter, even when usingcount: 3andmax_tokens: 3000to limit output size. This makes it impossible to browse recent runs across all workflows.Command/Tool
logsagenticworkflows logs --start_date "-1d" --count 3 --max_tokens 3000Steps to Reproduce
agenticworkflows logs --start_date "-1d" --count 3 --max_tokens 3000--start_date "-7d",--start_date "-30d", and--engine copilotfilters--after_run_id <id> --count 3 --max_tokens 3000Expected Behavior
The command should return up to 3 runs within the timeout, respecting the
countandmax_tokenslimits.Actual Behavior
All calls without
--workflow_nametime out. Calls with--workflow_namesucceed (though may return 0 runs).Environment
Impact
--workflow_name <name>to scope the query to a specific workflowTested Variants (all timeout)
logs --start_date "-1d" --count 3 --max_tokens 3000logs --start_date "-7d" --count 3 --max_tokens 3000logs --start_date "-30d" --count 3 --max_tokens 3000logs --start_date "-7d" --count 3 --max_tokens 3000 --engine copilotlogs --after_run_id 29675149695 --count 3 --max_tokens 3000logs --start_date "-30d" --count 3 --max_tokens 3000 --workflow_name daily-cli-tools-testerAdditional Context
The repository has 258 compiled workflows. Logs exist locally at
/tmp/gh-aw/aw-mcp/logs/with 17 run directories. The timeout appears to occur during the API fetch phase when no workflow scope narrows the query.Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpgSee Network Configuration for more information.