Open mrcnpdlk opened 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().
$scheduler->getFailedJobs()
getException()
getJob()
According to documentation, we should have access to any cached exceptions via
$scheduler->getFailedJobs()
method. Unfortunately, Go\Job object doesn't have methodgetException()
andgetJob()
.