hamdallah90/elasticqueue
Composer 安装命令:
composer require hamdallah90/elasticqueue
包简介
Laravel Queue Driver for Elasticsearch
README 文档
README
ElasticQueue
Laravel Queue Driver for Elasticsearch
License
ElasticQueue is released under the MIT Open Source License, https://opensource.org/licenses/MIT
Copyright
ElasticQueue © Broker Exchange Network 2018
Installation
- Run command
composer require hamdallah90/elasticqueue - If you are using Laravel 5.5+, this package will be auto-discovered
- Otherwise, add
ElasticQueue\ElasticQueueServiceProvider::class,to config/app.php
- Otherwise, add
- Add to config/queue.php
'elasticsearch' => [ 'driver' => 'elasticsearch', 'host' => explode(',',env('ELASTICSEARCH_HOST','localhost:9200')), 'index' => 'jobs', 'queue' => 'default', 'retry_after' => 60, ],
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-25