Laravel Horizon: queue monitoring + configuration

preview_player
Показать описание
In this video I give you an overview of Laravel Horizon, a package that provides a beautiful dashboard and code-driven configuration for your Laravel powered Redis queues.

Рекомендации по теме
Комментарии
Автор

You are going to drive SO MANY new devs to Laravel with this content ✨

simonswiss
Автор

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.

PureGlide
Автор

Thanks Aaron! Great video, i really like this format. Can't wait for the next one!

SimoneFolador
Автор

Sweet intro! Never checked out Horizon before, thanks for the overview.

justinclarketx
Автор

You explanations make the topics more interesting.

karansmittal
Автор

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.

griebel
Автор

Not a Laravel dev, but still enjoy learning about the ecosystem from Aaron. Nice work!

brianmmdev
Автор

Keep up the excellent work, Aaron! I don't care what topic it is, I just know that I need MORE!

FarazSamapoor
Автор

Cool how Laravel has 1st class support for everything you need. Unlike some other popular frameworks where you need dozen 3rd party SaaS providers.

rodjenihm
Автор

This series keep interesting more and more ❤

umairsaeed
Автор

Interesting!,
Now we need a video explaining Laravel Jobs😁
Thanks Aaron! C-Ya

ahmad-murery
Автор

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.

markup
Автор

Love every single one of your video ❤, please keep it up

AbdullaMalik
Автор

You should be doing the official Laravel channel videos

maxcelosdev
Автор

I'm not sure if you covered this already but would love to have a short video of your streaming setup :)

seniorbrusko
Автор

I was anxiously awaiting for you to click the Live update button in the top right hand corner :)

tmarsha
Автор

Out of topic. Is there a plan to work with jwt tokens for authentication with api?

isaachatilima
Автор

I think it is good to mention that Redis must be installed and running

kennedymwenda
Автор

Thank you Aaron! Great video.

btw what font do you use for the terminal?

UltraDraft
Автор

Hi! How's it going? Is it possible to allow special characters on Laravel ( password creation ).

pepeka