laravel-horizon Questions
12
Solved
I have a job that works flawless locally, but in production I run into issues where it doesn't work. I've encompassed the entire handle() with a try/catch and am not seeing anything logged to Bug...
Appellation asked 31/10, 2018 at 2:11
16
Solved
When I run composer install on command promp, there exist error like this :
Problem 1
- Installation request for laravel/horizon v1.1.0 -> satisfiable by laravel/horizon[v1.1.0].
- laravel/...
Overgrowth asked 2/2, 2018 at 7:11
2
Can anyone help with the correct configuration within horizon.php to get a single supervisor to run multiple queues? I have tried:
'supervisor-1' => [
'connection' => 'redis',
'queue' =>...
Pilose asked 19/12, 2018 at 0:55
1
Solved
Is there any rule of thumb or any logical relation between maxProcesses, number of supervisors and the total number of queues in laravel horizon?
What if I have 15 supervisors and 40 queues (each s...
Needful asked 27/1, 2023 at 19:21
6
Solved
We have two different pods in Kubernetes for our Laravel app,
one running apache serving on port 80, (CMD /usr/sbin/apache2ctl -D FOREGROUND)
and another running worker (Laravel Horizon) (CMD ph...
Oquinn asked 6/6, 2020 at 19:16
2
Solved
I am using Laravel queues and Redis with Horizon.
Supervisor is running artisan horizon which in turn spawns processes /usr/bin/php7.2 artisan horizon:work redis
Is there need to run queue:work a...
Curtcurtail asked 14/2, 2018 at 14:0
3
I'm building an API with Laravel and want to send push notification using the Laravel Notifications system. I've a model for matches (which is basically a post), another user can like this match. W...
Prejudge asked 5/10, 2017 at 8:50
1
Horizon runs fine but only recently, after a deploy, supervisor and queue workers do not start back up again with Horizon GUI showing "Inactive"
To get them running again I can:
restart the daem...
Grapery asked 5/2, 2019 at 23:11
1
Solved
I just install laravel-horizon and already tested using it and everything is okay , however I don't know how to edit laravel horizon view ,
Above is the overview of my laravel-horizon , anyone ...
Doughboy asked 3/5, 2018 at 6:11
1
I recently installed Horizon on a Laravel project which is running on a Homestead Vagrant box.
My issue is that no jobs are being picked up by the queue workers. I have no supervisors:
vagrant@ho...
Grattan asked 28/3, 2018 at 19:8
1
Solved
My question is what is the best and simple way to run the Laravel Horizon based job workers?
My Tech Stack
Laravel 5.5
Horizon
Redis Queues
Centos
I have gone through the document https://lara...
Glossal asked 20/12, 2017 at 17:49
1
© 2022 - 2024 — McMap. All rights reserved.