PHPackages                             artaxmax/worker-manager - 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. artaxmax/worker-manager

ActiveLibrary[Queues &amp; Workers](/categories/queues)

artaxmax/worker-manager
=======================

RabbitMQ workers manager

132PHP

Since Jul 19Pushed 9y ago1 watchersCompare

[ Source](https://github.com/artaxmax/worker-manager)[ Packagist](https://packagist.org/packages/artaxmax/worker-manager)[ RSS](/packages/artaxmax-worker-manager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

worker-manager
==============

[](#worker-manager)

Application check rabbitMQ queue message rate and supervisor worker status. If queue is empty - app will stop workers. Whet get new message - will start worker(s). In supervisor configuration need to be configured max count of workers.

Installation

```
composer require artaxmax/worker-manager

```

Usage
-----

[](#usage)

Create console file (app/console.php):

```
