Closed tkoop closed 3 weeks ago
Thank you for reporting this issue!
As Laravel is an open source project, we rely on the community to help us diagnose and fix issues as it is not possible to research and fix every issue reported to us via GitHub.
If possible, please make a pull request fixing the issue you have described, along with corresponding tests. All pull requests are promptly reviewed by the Laravel team.
Thank you!
Feel free to send a PR if you want this feature.
Horizon Version
5.29.0
Laravel Version
11.10.0
PHP Version
8.2
Redis Driver
PhpRedis
Redis Version
7.2.4
Database Driver & Version
No response
Description
In our logs, we are noticing that a job is failing. It says this job "has been attempted too many times". But the stack trace in the log only shows the stack trace for
/vendor/laravel/framework/src/Illuminate/Queue/MaxAttemptsExceededException.php:24
, not the original error. I want to know the real reason the job is failing, and the stack trace and exception of the original error.Steps To Reproduce
This is our horizon.php config file.