Skip to content

Ticket creation fails when system goes to sleep/lock - no progress recovery #33

@ameet-rajababa

Description

@ameet-rajababa

Describe the Issue

Provide a clear and concise description of the bug.

Type of Issue

  • Performance
  • Security
  • Usability
  • Other

Language

  • JavaScript
  • TypeScript
  • Python
  • Golang

Version Information

  • Extension version: (e.g., "v0.1.0")
  • VS Code version: (e.g., "1.89.1")
  • OS version: (e.g., "Ubuntu 20.04")

Additional Context

Add any other context or screenshots about the issue here.

Environment

  • Traycer version: 2.14.8
  • Cursor version: 2.4.21
  • OS: macOS arm64 25.2.0

Description

When creating multiple tickets (5 for Phase 1), if the system goes to sleep or the screen locks during the process, Traycer fails and loses progress. There's no recovery mechanism.

Steps to Reproduce

  1. Start creating multiple tickets (long-running operation)
  2. Let the system go to sleep or lock screen
  3. Wake/unlock the system
  4. Traycer has failed, progress lost

Expected Behavior

  • Either prevent system sleep during long operations
  • Or save progress periodically so it can resume
  • Or gracefully recover on system wake

Actual Behavior

Process fails completely, must restart from scratch.

Impact

Combined with the high CPU usage (issue #X), this makes ticket creation extremely fragile. Users must babysit the process.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions