-
Notifications
You must be signed in to change notification settings - Fork 13
Ticket creation fails when system goes to sleep/lock - no progress recovery #33
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
- Start creating multiple tickets (long-running operation)
- Let the system go to sleep or lock screen
- Wake/unlock the system
- 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working