claude-code - 💡(How to fix) Fix [Experimental UI] Requests take 15–50 min + Tasks panel accumulates 100+ stuck "Running" entries that reappear after close [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#53732Fetched 2026-04-28 06:48:31
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Author
Participants
Timeline (top)
labeled ×3cross-referenced ×1

Root Cause

  1. Are stuck Running tasks consuming server resources or affecting throughput? If yes, this could partially explain the 15–50 min slowdowns.
  2. Is there a way to bulk-clear the Tasks panel? If so, it is not discoverable in the current UI.
  3. Is the 15–50 min latency a known regression in the experimental UI? If it is a server-side issue unrelated to the UI, knowing that would help narrow down the root cause.
  4. Plan: add a "Cancel all / Clear completed" action to the Tasks panel to prevent unbounded accumulation.
RAW_BUFFERClick to expand / collapse

Environment

  • Client: Claude Code web version (claude.ai/code)
  • UI mode: New experimental interface (switched after it was introduced; have not reverted to old UI)
  • Date: April 2026, since experimental UI became available

Problem 1 — Requests processing for 15–50 minutes

After switching to the experimental interface, individual requests that I would not consider complex for an AI of this capability began taking 15 to 50 minutes to complete.

These are standard software-engineering tasks: reading files, making targeted edits, running shell commands, committing — not fundamentally different from what the same session was doing before the UI switch.

Expected: similar latency to pre-experimental-UI sessions (seconds to a few minutes for comparable tasks).
Actual: 15–50 min (different, incomprehensible delays and suspensions are noticeable)

I have not been able to rule out whether this is:

  • A server-side regression introduced alongside the experimental UI rollout, or
  • Something about the experimental UI's request/stream handling that adds overhead.

Problem 2 — Tasks panel accumulates 100+ stuck "Running" entries

In the Tasks panel of the experimental UI, background tasks accumulate as "Running" and never clear themselves.

Current state: I have 100+ entries showing as Running.

Behavior observed:

  • Closing the browser tab / session does not remove them — they reappear when the session is reopened.
  • There is no "clear all" or "cancel all" action visible in the UI.
  • It is unclear whether these stuck entries consume server-side resources, affect request prioritization, or contribute to the slow response times described in Problem 1.

Steps to reproduce:

  1. Use the experimental Claude Code web UI for a session with background Bash commands (run_in_background: true).
  2. Close and reopen the session.
  3. Observe Tasks panel — previous "Running" entries are still listed.
  4. Repeat across sessions → count grows unboundedly.

Questions / requests

  1. Are stuck Running tasks consuming server resources or affecting throughput? If yes, this could partially explain the 15–50 min slowdowns.
  2. Is there a way to bulk-clear the Tasks panel? If so, it is not discoverable in the current UI.
  3. Is the 15–50 min latency a known regression in the experimental UI? If it is a server-side issue unrelated to the UI, knowing that would help narrow down the root cause.
  4. Plan: add a "Cancel all / Clear completed" action to the Tasks panel to prevent unbounded accumulation.

Additional context

I did not test whether these problems reproduce in the old (non-experimental) UI — I switched to the experimental UI and stayed there.

extent analysis

TL;DR

The experimental UI's task handling and potential server-side regressions may be causing the slowdowns and stuck tasks.

Guidance

  • Investigate if the stuck "Running" tasks in the Tasks panel are consuming server resources or affecting request prioritization, which could contribute to the 15-50 minute slowdowns.
  • Try to reproduce the issues in the old (non-experimental) UI to determine if the problems are UI-specific or server-side.
  • Consider reaching out to the development team to inquire about known regressions in the experimental UI and potential workarounds.
  • Implementing a "Cancel all / Clear completed" action in the Tasks panel could help mitigate the issue of accumulating stuck tasks.

Example

No code snippet is provided as the issue does not involve specific code.

Notes

The root cause of the issues is uncertain, and further investigation is needed to determine if the problems are related to the experimental UI, server-side regressions, or a combination of both.

Recommendation

Apply workaround: Implementing a "Cancel all / Clear completed" action in the Tasks panel could help mitigate the issue of accumulating stuck tasks, but the underlying cause of the slowdowns still needs to be addressed.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [Experimental UI] Requests take 15–50 min + Tasks panel accumulates 100+ stuck "Running" entries that reappear after close [1 participants]