Laravel Queues in Action (2nd edition) is now available!

Articles on Queues

If you want to get notified whenever new content is available, consider joining the mailing list.

Updated: Sep 11, 2020 — 3 min Read — #queues

Features and Changes Coming to Laravel 8's Queue System

Laravel 8 ships with cool new features as well as some changes to the queue component. In this post we'll look into these features and changes.

Updated: Feb 19, 2021 — 3 min Read — #queues

Laravel Queues and Deployments

In this post, we're going to look into handling queued jobs while deploying your applications. We'll discuss restarting normal workers & Horizon workers as well as handling migrations.

Updated: Sep 8, 2020 — 2 min Read — #queues

Dealing With API Rate Limits in Queued Jobs

In this post, We'll see how we may deal with a queued job that sends an HTTP request to an API that only allows 30 requests per minute.

Updated: Sep 8, 2020 — 2 min Read — #queues

Running The Same Queued Job Multiple Times

Learn how you can use use Laravel Queues to re-use the same job instance multiple times to execute different logic.

Updated: May 25, 2020 — 1 min Read — #multi-tenancy #queues

Balancing job processing across different users/tenants

A look into preventing one tenant that's pushing too many jobs from delaying job processing of other tenants.

Updated: Mar 9, 2020 — 1 min Read — #queues

Explaining Laravel Queue configuration keys

In this series of video tweets, I've explained some of the most confusing Queue configuration keys

🔥 Quick Dip — Updated: Jan 31, 2020

Where to look when you see "Job has been attempted too many times or run too long"

Updated: Jan 30, 2020 — 1 min Read — #queues

A production-ready database queue driver for Laravel

In this post we'll explore why the database queue driver wasn't recommended and how we fixed that in a recent change to Laravel.

Laravel Queues Are Powerful!

"Laravel Queues in Action" is a premium eBook that helps you utilize the power of queues to make your applications faster and more reliable while reducing running costs.

Check it out

🔥 Quick Dip — Updated: Jan 27, 2020

Prevent your queued jobs from duplicating

Updated: Jan 11, 2019 — 1 min Read — #queues

Conditionally pushing event listeners to queue

Did you know you can decide whether or not a job should be dispatched before it even runs? Let me show you.

Updated: Jan 5, 2019 — 5 min Read — #queues

Preparing Jobs For Queue

A look into how laravel prepares a job for queueing; once you push a job to the queue system, a number of actions is taken to serialize and store the job for later processing.

Updated: Sep 7, 2020 — 9 min Read — #queues

Queue Workers: How they work

Understanding what happens under the hood when you run a queue worker.

This site was built using Wink. Follow the RSS Feed.