jenssegers/laravel-rollbar

issues with jobs

brunobriante opened this issue · 0 comments

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.