python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Laravel Horizon Jobs Stuck At Pending After Processing Few Jobs
I'm dispatching a lot of jobs (same class, same code) in a batch in Horizon queue.
After dispatching, some jobs process normally and the rest of the jobs gets stuck at "Pending".
[2022-04-05...
Sarwar Alam
Votes: 0
Answers: 0
Can I modify a failed Laravel (redis/horizon) job payload before retrying?
Locally, I use the database queue driver, but on production, we use Redis with Horizon.
Recently, I noticed a job failed due to a tiny issue in the payload (a single character). I'd really like to mod...
kburlz
Votes: 0
Answers: 1
Laravel horizon processing jobs but not visible
I'm using Laravel forge and have setup Horizon for processing jobs.
The jobs are being processed I can see that in the forge logs. However, the jobs are not visible in my horizon dashboard. I can see ...
Jamie
Votes: 0
Answers: 0
Laravel horizon not processing jobs
I install laravel horizon on a laravel 5.7 project and config it like this:
'domain' => null,
'path' => 'horizon',
'use' => 'default',
'prefix' => env('HORIZON_PREFIX', 'ho...
mr javad
Votes: 0
Answers: 1