You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because your job throws an exception, which leads to a PHP_NOTICE because of missing $retval declaration in jobby's catch block. I fixed this in my pending pull request right now.
Hi,
Any idea why this happened?
ErrorException (Code: 8) Message: Undefined variable: retval File: /home/dfgdg/public_html/vendor/hellogerard/jobby/src/BackgroundJob.php Line: 245 Trace: #0 /home/dfgdg/public_html/vendor/hellogerard/jobby/src/BackgroundJob.php(245): Whoops\Run->handleError(8, 'Undefined varia...', '/home/kanimaste...', 245, Array) #1 /home/dfgdg/public_html/vendor/hellogerard/jobby/src/BackgroundJob.php(88): Jobby\BackgroundJob->runFunction() #2 /home/dfgdg/public_html/vendor/hellogerard/jobby/bin/run-job(20): Jobby\BackgroundJob->run() #3 {main}
Thanks
The text was updated successfully, but these errors were encountered: