Тёмный

Laravel Horizon: queue monitoring + configuration 

Aaron Francis
Подписаться 44 тыс.
Просмотров 18 тыс.
50% 1

Опубликовано:

 

10 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 77   
@simonswiss
@simonswiss 4 месяца назад
You are going to drive SO MANY new devs to Laravel with this content ✨
@aarondfrancis
@aarondfrancis 4 месяца назад
Thanks, I hope so!
@s1ckret
@s1ckret 3 месяца назад
True. I choose laravel for my startup half a year ago because Aaron briefly talked about it. Loving every second working with it!
@PureGlide
@PureGlide 4 месяца назад
I use Horizon, it's great! I process a lot of data with it, currently sitting at 1800 jobs/minute. I made a big NOOB error when I started by passing the data to be processed into the job itself, which was occasionally multi-megabytes. This worked fine most of the time but if anything went wrong, the multiple job attempts plus storage of errors meant it quickly filled up the memory and made the problem catastrophic! It also made the horizon dashboard sluggish and fail, as it tried to show me the multi-megabyte data in each job attempt. The solution: Store the data separately, either on disk, DB or in Redis, and pass only an ID or reference to the data into the job. Then Horizon will fly.
@rcnhsuailsnyfiue2
@rcnhsuailsnyfiue2 4 месяца назад
Great comment, working at a similar scale and found this myself. In my case nested eager-loaded relationships were the usual explanation. Just pass a model ID to the job, then load the model from the DB in handle(). This also ensures you’re using the most up-to-date model instance at runtime too!
@vasiovasio
@vasiovasio Месяц назад
What server specs do you use for 1800 jobs per minute?
@rcnhsuailsnyfiue2
@rcnhsuailsnyfiue2 Месяц назад
@@vasiovasio it depends what the jobs are doing. If it’s something simple like sending an email, a basic VPS in the region of $50/mo. could handle this with 10 Horizon workers. 1800 jobs/min. across 10 workers = 3 jobs/sec./process. More complex tasks will vary significantly.
@vasiovasio
@vasiovasio Месяц назад
@@rcnhsuailsnyfiue2 Thank you! In these days of Unreal and I mean Unbelievable Inflation ( after Covid and the start of the war in Ukraine, the food pricing in my country, Bulgaria are basically Three times higher than 2019 ) the prices of hosting, servers, cloud, storage and everything in the sphere is relatively normal as a price and I'm thankful about it, because tell me for other opportunity to test some business idea for $50-$100 per month and everything else is your work, time, energy and dedication!
@brianmmdev
@brianmmdev 4 месяца назад
Not a Laravel dev, but still enjoy learning about the ecosystem from Aaron. Nice work!
@rodjenihm
@rodjenihm 4 месяца назад
Cool how Laravel has 1st class support for everything you need. Unlike some other popular frameworks where you need dozen 3rd party SaaS providers.
@griebel11
@griebel11 4 месяца назад
These are awesome video's to help people get to see some of the cool sides of modern PHP development options. I have been using Laravel since version 3 and the whole ecosystem has come so far. Thank you for making this series.
@FarazSamapoor
@FarazSamapoor 4 месяца назад
Keep up the excellent work, Aaron! I don't care what topic it is, I just know that I need MORE!
@markup100
@markup100 4 месяца назад
Why there is no comprehensive and up to date laravel course that shows how to build an API? We don't need intertia, fullstack, htmlx, blade, just API, like in 99% of companies.
@mysterio7385
@mysterio7385 4 месяца назад
thats basically 1 page of the official documentation
@med.brunofreire
@med.brunofreire 4 месяца назад
I love Laravel, except the new trend of make it “Blade first”… We do not need a full stack PHP, we need a good API
@Redheadtama1
@Redheadtama1 4 месяца назад
Laracasts have just done a Laravel API Masterclass
@aarondfrancis
@aarondfrancis 4 месяца назад
Laracasts probably has that! Let me know what's missing and I might be able to fill it in
@tinusg
@tinusg 4 месяца назад
“We” do need fullstack Laravel. “You” may not.
@ahmad-murery
@ahmad-murery 4 месяца назад
Interesting!, Now we need a video explaining Laravel Jobs😁 Thanks Aaron! C-Ya
@SimoneFolador
@SimoneFolador 4 месяца назад
Thanks Aaron! Great video, i really like this format. Can't wait for the next one!
@justinclarketx
@justinclarketx 4 месяца назад
Sweet intro! Never checked out Horizon before, thanks for the overview.
@karansmittal
@karansmittal 4 месяца назад
You explanations make the topics more interesting.
@maxcelosdev
@maxcelosdev 4 месяца назад
You should be doing the official Laravel channel videos
@umairsaeed5925
@umairsaeed5925 4 месяца назад
This series keep interesting more and more ❤
@seniorbrusko
@seniorbrusko 3 месяца назад
I'm not sure if you covered this already but would love to have a short video of your streaming setup :)
@AbdullaMalik
@AbdullaMalik 4 месяца назад
Love every single one of your video ❤, please keep it up
@luismatabrito
@luismatabrito 3 месяца назад
Thanks quite interesting
@tmarsha4
@tmarsha4 4 месяца назад
I was anxiously awaiting for you to click the Live update button in the top right hand corner :)
@kennedymwenda3357
@kennedymwenda3357 2 месяца назад
I think it is good to mention that Redis must be installed and running
@JayPatel-s6s
@JayPatel-s6s 16 дней назад
Great intro video! I recently discovered Horizon and now using it at a reasonably big scale. Just one question. If I don't specify the queue worker name while dispatching a job, how do I make sure that the processes get distributed to different queue workers automatically? Currently, all of them are going to the default worker only.
@rhnkyr
@rhnkyr 3 месяца назад
How would you configure it for an app that behind load balancer (3 app servers. 1 DB, and 1 Redis server)?
@sean_reyes
@sean_reyes 4 месяца назад
Pulse or Reverb next?
@SickBeard
@SickBeard 4 месяца назад
1:31 Both Sidekiq and Oban are free and open source. They do have paid addon features, but these are strictly addons to the core functionality.
4 месяца назад
A better comparison for Horizon would be Sidekiq Pro IMO!
@pepeka1772
@pepeka1772 4 месяца назад
Hi! How's it going? Is it possible to allow special characters on Laravel ( password creation ).
@Metruzanca
@Metruzanca 4 месяца назад
Gonna be honest, don't really care for Laravel. But anything that Aaron Francis makes deserve consideration. Probably one of the best "dev evangelist"-type channels.
@aarondfrancis
@aarondfrancis 4 месяца назад
Gah that rules. Thanks for telling me
@Frank-ou2nr
@Frank-ou2nr 4 месяца назад
Amazing video as always! Great details and examples. By the way Aaron, which editor do you use? It looks nice and clean.
@aarondfrancis
@aarondfrancis 4 месяца назад
A pretty customized PHPStorm!
@Frank-ou2nr
@Frank-ou2nr 4 месяца назад
@@aarondfrancis Awesome! I work with PHPStorm every day and did not recognize it at all.
@isaachatilima
@isaachatilima 4 месяца назад
Out of topic. Is there a plan to work with jwt tokens for authentication with api?
@nihirzala
@nihirzala 4 месяца назад
Awsome Intro
@JonnyJKF
@JonnyJKF 4 месяца назад
I have used Laravel Horizon for years and it's even been a deciding factor for bringing Laravel into a project. That said, I still don't get why the environment setup is so overy complicated and hard-coded into to config/horizon.php file. If I have 3 or 4 environments and need to scale up or down the worker limits on one of them then I would rather just update the .env file for that server than push a commit with per-server/environment logic...
@rcnhsuailsnyfiue2
@rcnhsuailsnyfiue2 4 месяца назад
You can do this easily! Just call env() within your Horizon config file. Then you can vary your configuration per-instance in the way you’d expect.
@JonnyJKF
@JonnyJKF 4 месяца назад
@@rcnhsuailsnyfiue2 yes that’s my preference but that’s not the documented /recommended way to do it. Docs show a big array of repeated hardcoded values per environment, rather than simply setting your own values per queue in the .env file which seems more logical to me
@nimmneun
@nimmneun 3 месяца назад
​@@JonnyJKFthe hard coded configs are just fallbacks/defaults and an example of what can be configured. The env() calls should be telling enough to hint at the fact, that they are meant to be overridden by the actual environment variables in your systems.
@neeshsamsi
@neeshsamsi 3 месяца назад
How are you creating the horizon.test url? Silly take away out of this entire video but I am really curious
@aarondfrancis
@aarondfrancis 3 месяца назад
That's a feature of Laravel Herd
@ComfyCosi
@ComfyCosi 4 месяца назад
Real lenses in your glasses yayyyyyh
@aarondfrancis
@aarondfrancis 3 месяца назад
A real OG here
@UltraDraft
@UltraDraft 4 месяца назад
Thank you Aaron! Great video. btw what font do you use for the terminal?
@aarondfrancis
@aarondfrancis 4 месяца назад
JetBrains Mono!
@bambamboole1
@bambamboole1 4 месяца назад
Is there actually a proper concept for horizontally scaling?
@aarondfrancis
@aarondfrancis 4 месяца назад
You can just add more machines working the queues
@rcnhsuailsnyfiue2
@rcnhsuailsnyfiue2 4 месяца назад
Spin up a copy of your app on another machine in the same data center/hosting region. No need to handle frontend requests, this copy only needs access to your central Redis database, and therefore can process queued jobs like any other copy of your application. Horizon will automatically assign jobs to workers, both multiple workers on one machine, or across workers on multiple machines. Horizontal scaling is simply a case of spinning up more instances of your app.
@aarondfrancis
@aarondfrancis 4 месяца назад
@@rcnhsuailsnyfiue2 exactly correct! Thanks for the better explanation!
@gadgetboyplaysmc
@gadgetboyplaysmc 4 месяца назад
What terminal font do you use? It looks breathtaking.
@aarondfrancis
@aarondfrancis 4 месяца назад
I think it's just jetbrains mono
@philipjamesajagabos2519
@philipjamesajagabos2519 4 месяца назад
Laravel Horizon, Larave Telescope 😂, Laravel continues to keep me in it's ecosystem. Everything is just available for you.
@yezperdk
@yezperdk 4 месяца назад
I think there's a typo in the e-mail address you give in the video. Mails keep bouncing!
@aarondfrancis
@aarondfrancis 4 месяца назад
Hmmm that doesn't seem right
@Kane0123
@Kane0123 4 месяца назад
Laravel Horizon. The point at which you cross over to coding PHP with no hope of returning. You become increasingly redshifted until you simply vanish from sight.
@Cool_Goose
@Cool_Goose 4 месяца назад
Did this broaden your horizon?
@aarondfrancis
@aarondfrancis 4 месяца назад
I see what you did there!
@Cool_Goose
@Cool_Goose 4 месяца назад
@@aarondfrancis dad jokes 101
@ajzack983
@ajzack983 4 месяца назад
Waiting for the what is the laravel php artisan optimize:clear command 😂
@michailgiannopoulos5274
@michailgiannopoulos5274 4 месяца назад
Great video but Redis became source-available now, open-source no more :(
@aarondfrancis
@aarondfrancis 4 месяца назад
That doesn't affect us though right? Just companies trying to resell Redis?
@michailgiannopoulos5274
@michailgiannopoulos5274 4 месяца назад
@@aarondfrancis Exactly that Aaron.
@gilneyn.mathias1134
@gilneyn.mathias1134 4 месяца назад
if only it worked on windows... ¯\_(ツ)_/¯
@aarondfrancis
@aarondfrancis 4 месяца назад
Bummer!
@IbrahimIsmail98
@IbrahimIsmail98 4 месяца назад
we hope that PHP team add the pcntl extension to windows :D
@gilneyn.mathias1134
@gilneyn.mathias1134 4 месяца назад
@@IbrahimIsmail98 yeah, yeah, i know... I use Horizon on my current job and i have not to really complain, this was just more of a wish... 🥲
@nimmneun
@nimmneun 3 месяца назад
WSL FTW 🎉
Далее
Laravel's secret weapon: macros (watch me code)
23:46
🍏 Устарели ОФИЦИАЛЬНО! 🤡
00:32
Cute
00:16
Просмотров 3,7 млн
ДОКАЗАЛ ЧТО НЕ КАБЛУК #shorts
00:30
PHP doesn't suck (anymore)
10:48
Просмотров 205 тыс.
The Intermediate Developer Trap
18:39
Просмотров 20 тыс.
BEWARE these Laravel attributes | Real World Laravel
19:10
Laravel + Livewire todo app (and so much more)
16:41
Просмотров 42 тыс.
PHP is the future
34:27
Просмотров 175 тыс.
Laravel Origins: A PHP Documentary
33:27
Просмотров 158 тыс.
Write Laravel, not PHP (feat. Aaron Francis) | 029
58:45
1. Laravel Horizon - Monitor Redis Queue Jobs
15:17
Просмотров 33 тыс.
🍏 Устарели ОФИЦИАЛЬНО! 🤡
00:32