Laravel Queue Mastery

Go to class
Write Review

Laravel Queue Mastery provided by Laracasts is a comprehensive online course, which lasts for 1-2 hours worth of material. Laravel Queue Mastery is taught by Mohamed Said. Upon completion of the course, you can receive an e-certificate from Laracasts. The course is taught in Englishand is Paid Course. Visit the course page at Laracasts for detailed price information.

Overview
  • In this series, join Mohamed Said, from the Laravel core team, as he reviews the ins and outs of how to use Laravel's high-performance queue system to run any potentially long-running task asynchronously. You'll begin by dispatching your first job, and slowly work your way up to more complex configurations and deployment techniques.

Syllabus
    • Dispatching and Running Jobs
    • Configuring Jobs
    • Handling Attempts & Failures
    • Dispatching Workflows
    • More Complex Workflows
    • Controlling and Limiting Jobs
    • More Job Configurations
    • Designing Reliable Jobs
    • Deployments
    • Scaling Workers
    • Configurations Reference
    • Under the Hood