Skip to content

Remove 180s session ready timeout#327

Merged
zortos293 merged 1 commit intodevfrom
capy/remove-session-ready-timeout
Apr 16, 2026
Merged

Remove 180s session ready timeout#327
zortos293 merged 1 commit intodevfrom
capy/remove-session-ready-timeout

Conversation

@zortos293
Copy link
Copy Markdown
Collaborator

@zortos293 zortos293 commented Apr 16, 2026

This PR removes the hardcoded 180-second timeout for session readiness (SESSION_READY_TIMEOUT_MS). The timeout was previously enforced during the setup/starting phase after clearing the queue, causing launch failures when rig allocation exceeded 3 minutes.

Changes:

  • Session polling loop (opennow-stable/src/renderer/src/App.tsx):
    • Removed SESSION_READY_TIMEOUT_MS constant (line 108).
    • Removed setupTimeoutStartAt tracking and timeout check logic (lines 2693-2694, 2771-2793).
    • Updated comments to clarify that queue and setup/starting modes now wait indefinitely.

The polling loop will now continue indefinitely in both queue and setup/starting states until the session status reaches ready (status === 2 || status === 3) or the launch is explicitly aborted via the UI.

Open OPE-071 OPE-071

@zortos293 zortos293 added the capy Generated by capy.ai label Apr 16, 2026 — with Capy AI
@zortos293 zortos293 merged commit 726237f into dev Apr 16, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

capy Generated by capy.ai

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant