Skip to content

Remove process manager timeout fallbacks for shell sessions#5

Merged
akhilsinghcodes merged 2 commits into
mainfrom
bugfix/shell_session_timeouts
Jun 6, 2026
Merged

Remove process manager timeout fallbacks for shell sessions#5
akhilsinghcodes merged 2 commits into
mainfrom
bugfix/shell_session_timeouts

Conversation

@akhilsinghcodes

Copy link
Copy Markdown
Owner

This change removes the timeout fallback logic from the process manager for shell sessions.

What changed

  • Deleted the timeout fallback handling in apps/server/src/processManager.ts
  • Simplified shell session lifecycle behavior by relying on the existing session/process management flow instead of additional timeout-based cleanup

Why this matters

  • Reduces surprising timeout behavior in shell sessions
  • Keeps process management logic more predictable and easier to reason about
  • Avoids fallback cleanup paths that could interfere with normal session termination

Scope

  • Limited to apps/server/src/processManager.ts
  • No UI changes
  • No new user-facing features

@akhilsinghcodes akhilsinghcodes merged commit 2683928 into main Jun 6, 2026
1 check passed
@akhilsinghcodes akhilsinghcodes deleted the bugfix/shell_session_timeouts branch June 6, 2026 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant