Core Concepts
Error Handling
Learn about error handling and retries in Schedo.dev
Schedo.dev provides error handling and retry mechanisms for your jobs.
Basic Error Handling
When a job throws an error, Schedo.dev:
- Captures the error details
- Updates job status
- Logs the failure
- Initiates retry logic (if configured)
Retry Configuration
Configure retry behavior for your jobs:
Error Context
Access error and retry information in the job context:
Best Practices
-
Error Handling with Retries
-
Resource Cleanup
Job Execution Errors
When a job fails, you can view detailed error information in the job execution details:
The error details include:
- Execution status
- Scheduled and actual pickup time
- Duration
- Error output and stack trace