Hi there,
I’m running v5.10.27-W164, self hosted.
I noticed that there were some pending and failed jobs in the queue via the health check.
Upon re-queuing failures with php artisan queue: retry all and then running the queue with php artisan queue:work, I was able to log these particular jobs are failing. I get multiple “$xxx must not be accessed before initialization” in the laravel log.
Here is a list of the jobs, and I’ve attached the laravel log below.
Please provide clarification on what’s happening and whether a Github issue needs to be raised.
Running php 8.3.
laravel.txt (142.0 KB)