Manual Triggers
Triggering runs immediately or at a deferred time.
Manual Triggers
Any job can be triggered immediately regardless of its schedule.
Run now: Click the Run now button on any job. The run is queued immediately at the highest priority and executes before any scheduled runs.
Deferred trigger: Trigger a run at a specific future time without changing the job's recurring schedule. Useful for scheduling a one-time urgent execution outside the normal cadence.
Cancelling Runs
Cancel any queued or running run from the run detail view:
- Queued runs — removed from the queue immediately
- Running runs — Claude Code receives SIGTERM; after a 5-second grace period, SIGKILL is sent if it has not stopped
Run Priority
Runs execute in priority order:
| Priority | Trigger source | Notes |
|---|---|---|
| 0 (highest) | Manual | Runs triggered by Run now |
| 1 | Scheduled | Regular scheduled fires |
| 2 (lowest) | Corrective | Auto-generated self-correction retries |
Within each priority level, runs execute in FIFO order.
Concurrency
By default, only one run executes at a time. Increase Max Concurrent Runs in Settings to 2 or 3 to allow parallel execution. This is useful when you have multiple independent projects running simultaneously.