Skip to main content
Schedo.dev provides error handling and retry mechanisms for your jobs.

Basic Error Handling

When a job throws an error, Schedo.dev:
  1. Captures the error details
  2. Updates job status
  3. Logs the failure
  4. 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

  1. Error Handling with Retries
  2. Resource Cleanup

Job Execution Errors

When a job fails, you can view detailed error information in the job execution details: Job Execution Error The error details include:
  • Execution status
  • Scheduled and actual pickup time
  • Duration
  • Error output and stack trace

Next Steps

Monitoring

Learn about monitoring job executions

Jobs

Learn about job definitions