Error Handling
Error Handling
Common Errors
Error: ENOSPC (No space left)
- Cause: Disk space exhausted
- Solution: Clear caches, use smaller runners
Error: Rate limit exceeded
- Cause: Too many API calls
- Solution: Add delays, use caching
Error: Timeout exceeded
- Cause: Long-running job
- Solution: Increase timeout or optimize job