Vigyata.AI
Is this your channel?
LaravelLaravel

Laravel Product

Laravel Horizon is what I use to make queues feel visible and debuggable. I can see pending, completed, and failed jobs, and that made it super easy to spot issues like wrong mail credentials or rate limiting. Just remember: Horizon requires Redis, so you need to set your queue connection accordingly.

Buy on Laravel

You'll be taken to Laravel to complete your purchase.

Pros

  • +Beautiful UI to monitor pending/completed/failed jobs
  • +Makes debugging queue issues much faster
  • +Great for production visibility when paired with Supervisor

Cons

  • -Only works with Redis (not the database queue driver)
  • -Needs a long-running process (Supervisor/system service) in production

Featured in this video