This video will be available to
subscribers on Thu, Mar 26, 2026.
subscribers on Thu, Mar 26, 2026.
You must be a subscriber to view this video.
Mar 26, 2026
29m:41s
Jobs, Queues, and Workers
Classification
Software Engineering | Frameworks | Laravel
Keywords
laravel | php
About This Episode:
As your application grows, long-running work doesn’t belong in the request cycle.
In this lesson, we take a deep, practical dive into Laravel Jobs & Queues by moving survey email notifications into background workers. You’ll learn not just how queues work — but when and why to use them, and how to operate them confidently in production.
No hand-waving. No “just install Redis and hope.”
This is queues the way real applications use them.
🎯 What We Cover:
- Refactors & cleanup from the email implementation
- Why queues exist (architecture & scalability)
- Choosing queue drivers for dev vs production
- Managing queue workers locally and in production
- Supervisor configuration for long-running workers
- Monitoring with Horizon, Pulse, and Telescope
- Handling failures, retries, delays, and backoff
- Creating and dispatching a real job
- Job chaining, batching, and advanced queue features
🧠 Hands-On Implementation - You’ll build and dispatch a real job:
- SendSurveyInviteJob
- Retry and backoff strategies
- Sync vs async dispatching
- Delayed and deferred jobs
- Error handling and manual failures
All wired directly into the survey invite workflow.
🕒 Up Next - Scheduling Tasks & Jobs:
- Laravel Scheduler
- Automated notifications
- Time-based workflows
💥 About the Series:
Pragmatic Laravel focuses on building real applications with Laravel — emphasizing clarity, maintainability, and thoughtful design decisions instead of shortcuts or magic.
#Laravel #PragmaticLaravel #PHP #CleanCode #TekCasts
In this lesson, we take a deep, practical dive into Laravel Jobs & Queues by moving survey email notifications into background workers. You’ll learn not just how queues work — but when and why to use them, and how to operate them confidently in production.
No hand-waving. No “just install Redis and hope.”
This is queues the way real applications use them.
🎯 What We Cover:
- Refactors & cleanup from the email implementation
- Why queues exist (architecture & scalability)
- Choosing queue drivers for dev vs production
- Managing queue workers locally and in production
- Supervisor configuration for long-running workers
- Monitoring with Horizon, Pulse, and Telescope
- Handling failures, retries, delays, and backoff
- Creating and dispatching a real job
- Job chaining, batching, and advanced queue features
🧠 Hands-On Implementation - You’ll build and dispatch a real job:
- SendSurveyInviteJob
- Retry and backoff strategies
- Sync vs async dispatching
- Delayed and deferred jobs
- Error handling and manual failures
All wired directly into the survey invite workflow.
🕒 Up Next - Scheduling Tasks & Jobs:
- Laravel Scheduler
- Automated notifications
- Time-based workflows
💥 About the Series:
Pragmatic Laravel focuses on building real applications with Laravel — emphasizing clarity, maintainability, and thoughtful design decisions instead of shortcuts or magic.
#Laravel #PragmaticLaravel #PHP #CleanCode #TekCasts
Short Bio:
Bob Cravens is a seasoned technology leader, software architect, and educator with a passion for empowering others through practical, real-world knowledge. As the founder of TekFoundry, Bob has dedicated his career to designing and delivering innovative software solutions that combine cutting-edge technology with elegant simplicity.
At TekCasts, Bob leverages over two decades of experience in software engineering, application architecture, and team leadership to create engaging, high-impact courses for developers and technology professionals. His instructional style is rooted in practical application, offering insights drawn from his extensive background in industries like medical devices and global technology consulting.
Bob’s expertise spans a variety of technologies and methodologies, including PHP/Laravel, FastAPI, and DevOps, as well as architecture best practices and team dynamics. Whether teaching foundational concepts or advanced strategies, he’s passionate about helping others turn complex challenges into streamlined solutions.
When not crafting elegant code or inspiring the next generation of tech innovators, Bob enjoys exploring the intersection of technology, business strategy, and creative problem-solving.
At TekCasts, Bob leverages over two decades of experience in software engineering, application architecture, and team leadership to create engaging, high-impact courses for developers and technology professionals. His instructional style is rooted in practical application, offering insights drawn from his extensive background in industries like medical devices and global technology consulting.
Bob’s expertise spans a variety of technologies and methodologies, including PHP/Laravel, FastAPI, and DevOps, as well as architecture best practices and team dynamics. Whether teaching foundational concepts or advanced strategies, he’s passionate about helping others turn complex challenges into streamlined solutions.
When not crafting elegant code or inspiring the next generation of tech innovators, Bob enjoys exploring the intersection of technology, business strategy, and creative problem-solving.