---
title: "Scaling Laravel to 100M+ jobs and 30,000 requests"
url: https://daily.dev/posts/scaling-laravel-to-100m-jobs-and-30-000-requests-nrj4bjjis
source_url: https://mateusguimaraes.com/posts/scaling-laravel
type: article
source: "Community Picks"
published: 2024-05-09T05:04:49.219Z
updated: 2024-05-09T05:04:48.451Z
tags: ["laravel", "mysql", "redis"]
reading_time: 8
upvotes: 56
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Scaling Laravel to 100M+ jobs and 30,000 requests

**[Community Picks](https://daily.dev/sources/community)** · 8 min read · 56 upvotes · 1 comments

## Summary

This post tells the story of scaling a Laravel app to handle over 100 million jobs and 30,000 requests per minute using Laravel, MySQL, and Redis.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://mateusguimaraes.com/posts/scaling-laravel>

## Community discussion

Top comments from developers on daily.dev.

**@enzodevx** · 0 upvotes

> Great article and well explained. Something i wanted to point out
>
> > Regarding Laravel Horizon, one important thing: the jobs needed to be dumb. Real dumb.
>
> This is so true! I had to learn it the hard way from my past experience. Thank you for sharing it.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#laravel](https://daily.dev/tags/laravel), [#mysql](https://daily.dev/tags/mysql), [#redis](https://daily.dev/tags/redis)

[View this post on daily.dev](https://daily.dev/posts/scaling-laravel-to-100m-jobs-and-30-000-requests-nrj4bjjis)
