schmittjoh / JMSJobQueueBundle

Run and Schedule Symfony Console Commands as Background Jobs
http://jmsyst.com/bundles/JMSJobQueueBundle
335 stars 254 forks source link

Uncaught exception FatalThrowableError #139

Closed dextervip closed 7 years ago

dextervip commented 8 years ago

I am running JMS Queue Bundle on dev-master with PHP 7 and Symfony 2.8. However I noticed some jobs are marked as "Finished" instead of failed when a FatalThrowableError exception is thrown.

State Finished Error Output

[Symfony\Component\Debug\Exception\FatalThrowableError]
Call to a member function getDocumentoNumero() on boolean

schmittjoh commented 7 years ago

This seems to be an issue in your code.