jenssegers / laravel-rollbar

Rollbar error monitoring integration for Laravel projects
329 stars 99 forks source link

issues with jobs #90

Open brunobriante opened 7 years ago

brunobriante commented 7 years ago

Hello,


Symfony\Component\Debug\Exception\FatalErrorException: method_exists(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "App\Jobs\WeekActivity" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition```

When we dispatch  a job using a command or a schedule this package is breaking at random times with the error above. There is no issue with the job code itself as when we run it without laravel-rollbar we don receive any error on the log or console.