Prevent tasks from running indefinitely by setting a per-project timeout. When a task exceeds the limit, it’s automatically terminated and follows the retry policy.Documentation Index
Fetch the complete documentation index at: https://docs.claboard.dev/llms.txt
Use this file to discover all available pages before exploring further.
Configuration
In Project Settings > Automation, set Task Timeout in minutes:| Value | Behavior |
|---|---|
| 0 (default) | No timeout — tasks run until completion |
| 1–1440 | Auto-kill after this many minutes (max 24 hours) |
How It Works
Use Cases
Rate Limit Loops
Kill tasks stuck in rate limit wait cycles that would otherwise run forever.
Infinite Loops
Terminate tasks where Claude enters a reasoning or editing loop.
Resource Management
Ensure no single task monopolizes an agent slot, keeping the queue healthy.