Skip to content

wanghanlin/laravel-queue-pool

Repository files navigation

Laravel Queue Pool

Latest Version on Packagist Build Status Quality Score Total Downloads

This package provide an artisan command queue:pool to start multiple queue worker and supervise them.

Installation

You can install the package via composer:

composer require wanghanlin/laravel-queue-pool

Usage

php artisan queue:pool --workers=3
php artisan queue:pool connection --workers=3 --queue=default --delay=0 --force --memory=128 --sleep=3 --timeout=60 --tries=0

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email 605231181@qq.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

A package provide easier management on Laravel queue

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages