How to size & scale your Laravel Queues

Profile image of Mattias Geniar

Mattias Geniar, November 06, 2018

Follow me on Twitter as @mattiasgeniar

We’ve got a new blog set up for our Oh Dear! monitoring service. In it, we share some details of our setup, how we tackle technical challenges and how we implement some of our monitoring tooling.

The first post covers how we use Laravel queues and how we designed around those.

Laravel offers a convenient way to create asynchronous background tasks using its queues. We utilize those heavily at Oh Dear! for all our monitoring jobs and in this post we’ll share some of our lessons learned and what we consider to be best practices.

Source: How to size & scale your Laravel Queues