Laravel Balanced Queue is a package that solves the FIFO queue monopolization problem by distributing jobs across user or tenant partitions. It offers three rotation strategies (round-robin, random, smart), per-partition concurrency limiting to prevent worker exhaustion, and monitoring tools. The package integrates with Laravel

2m read timeFrom laravel-news.com
Post cover image
Table of contents
# How It Works# Getting Started# Partition Strategies# Concurrency Limiting# Monitoring# Horizon Integration# Learn More

Sort: