Description
When the system is first deployed/brought up, tasks start automatically without user initiation. After canceling these tasks, they continue running in the background despite showing as canceled.
In this case, 3 jobs that were canceled still opened PRs, consuming all available Claude agent tokens.
Steps to Reproduce
- Deploy the system for the first time
- Observe that tasks start automatically without user action
- Cancel the running tasks via UI
- Despite showing as canceled, the tasks continue executing in the background
- Canceled tasks open PRs and consume agent tokens
Expected Behavior
- Canceled tasks should immediately stop execution
- Canceled tasks should not be able to open PRs or perform agent actions
- Tasks should not start automatically on first deployment without user consent
Environment
- Claude agent
- First-time deployment
Impact
Complete token exhaustion due to phantom task execution, preventing any further work until tokens are reset.
Description
When the system is first deployed/brought up, tasks start automatically without user initiation. After canceling these tasks, they continue running in the background despite showing as canceled.
In this case, 3 jobs that were canceled still opened PRs, consuming all available Claude agent tokens.
Steps to Reproduce
Expected Behavior
Environment
Impact
Complete token exhaustion due to phantom task execution, preventing any further work until tokens are reset.