peppeocchi / php-cron-scheduler

PHP cron job scheduler
MIT License
811 stars 144 forks source link

Access to job exception #107

Open mrcnpdlk opened 4 years ago

mrcnpdlk commented 4 years ago

According to documentation, we should have access to any cached exceptions via $scheduler->getFailedJobs() method. Unfortunately, Go\Job object doesn't have method getException() and getJob().