[BUG] Scheduled routines hang indefinitely on "Clone repository" step
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Description
Scheduled routines (CCR) get stuck indefinitely on the "Setting up a cloud container" phase, specifically at the "Clone repository" step. No cancel/stop button is available in the UI.
Steps to reproduce
- Create a scheduled routine via
/schedulewith a private GitHub repository as source - Trigger a manual "Run now"
- UI shows: Setting up a cloud container → Clone repository → hangs indefinitely
Actual behavior
Hangs on "Clone repository" for 30+ minutes. Starting a second run also hangs. Multiple users reported the same issue in the same ~2 hour window (2026-05-24 ~10:55–12:00 UTC), suggesting a platform-wide outage.
Details
- Repository size: ~1.1 MB (very small), PAT confirmed valid with full repo scope
- Environment: Default (anthropic_cloud)
- Routine ID: trig_01BNTRYgHrFSfeoHMXCq1dbS
Additional notes
No cancel/stop action exists in the RemoteTrigger API, making it impossible to abort stuck runs programmatically. A cancel button in the UI would help.
What Should Happen?
The routine should complete the "Clone repository" step within 1-2 minutes and proceed to execute the agent prompt. If cloning fails, it should show an error and allow the user to retry or cancel the run.
Error Messages/Logs
Steps to Reproduce
- Create a scheduled routine via
/schedulewith a private GitHub repository as source - Trigger a manual "Run now"
- UI shows: Setting up a cloud container → Clone repository → hangs indefinitely
Actual behavior
Hangs on "Clone repository" for 30+ minutes. Starting a second run also hangs. Multiple users reported the same issue in the same ~2 hour window (2026-05-24 ~10:55–12:00 UTC), suggesting a platform-wide outage.
Details
- Repository size: ~1.1 MB (very small), PAT confirmed valid with full repo scope
- Environment: Default (anthropic_cloud)
- Routine ID: trig_01BNTRYgHrFSfeoHMXCq1dbS
Additional notes
No cancel/stop action exists in the RemoteTrigger API, making it impossible to abort stuck runs programmatically. A cancel button in the UI would help.
Claude Model
Sonnet (default)
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
2.1.150
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
Other
Additional Information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗