PHPackages                             krak/symfony-messenger-auto-scale - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. krak/symfony-messenger-auto-scale

ActiveSymfony-bundle[Queues &amp; Workers](/categories/queues)

krak/symfony-messenger-auto-scale
=================================

Symfony Messenger Auto Scaling

v0.1.4(3y ago)218.8k4[1 issues](https://github.com/krakphp/symfony-messenger-auto-scale/issues)[1 PRs](https://github.com/krakphp/symfony-messenger-auto-scale/pulls)MITPHPCI failing

Since Apr 21Pushed 2y ago3 watchersCompare

[ Source](https://github.com/krakphp/symfony-messenger-auto-scale)[ Packagist](https://packagist.org/packages/krak/symfony-messenger-auto-scale)[ RSS](/packages/krak-symfony-messenger-auto-scale/feed)WikiDiscussions main Synced yesterday

READMEChangelog (7)Dependencies (14)Versions (8)Used By (0)

Symfony Messenger Auto Scaling
==============================

[](#symfony-messenger-auto-scaling)

[![PHP Tests](https://github.com/krakphp/symfony-messenger-auto-scale/workflows/PHP%20Tests/badge.svg?branch=master&event=push)](https://github.com/krakphp/symfony-messenger-auto-scale/workflows/PHP%20Tests/badge.svg?branch=master&event=push)

The Symfony Messenger Auto Scaling package provides the ability to dynamically scale the number of workers for a given set of receivers to respond to dynamic workloads.

It's not uncommon for certain types of workloads to fluctuate throughput for lengthy periods of time that require the number of queue consumers to dynamically scale to meet demand. With this auto scaling package, that is now achievable with symfony's messenger system.

Installation
------------

[](#installation)

Install with composer at `krak/symfony-messenger-auto-scale`.

If symfony's composer install doesn't automatically register the bundle, you can do so manually:

```
