定制 webgriffe/index-queue-extension 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

webgriffe/index-queue-extension

Composer 安装命令:

composer require webgriffe/index-queue-extension

包简介

Magento extension that queues indexing operations.

README 文档

README

Build Status

This Magento extension queues indexing operations with a queue manager backend. It's based on Lilmuckers_Queue extension.

Installation

Add the extension to your composer.json or install it with modman. After you should set up queue backend. For example, to use Beanstalk merge this in your local.xml:

<?xml version="1.0"?>
<config>
    <global>

        <queue>
            <backend>beanstalkd</backend>
            <beanstalkd>
                <servers>
                    <server>
                        <host>127.0.0.1</host>
                    </server>
                </servers>
            </beanstalkd>
        </queue>

    </global>

</config>

Usage

After installation all indexing operations are automatically queued. You can disable this behavior in System -> Configuration -> System -> Index Queue. To process queued indexing tasks you have to start queue watching by workers. To do that, as stated in Lilmuckers_Queue extension documentation, run the following commands:

$ cd /path/to/magento/shell
$ php queue.php --watch

Contributing

Please, contribute! Clone this repository, customize your parameters and then use provided continuous integration script to install Magento and run tests.

$ cd /some/path
$ git clone git@github.com:webgriffe/index-queue-extension.git
$ cd index-queue-extension/
$ cp params.sh.dist params.sh

Customize parameters in params.sh file. Then run:

$ ./ci.sh

This will installs Magento in magento directory and then will run tests with EcomDev_PHPUnit.

Credits

This extension has been developed by Webgriffe®. Please, report to us any bug or suggestion by GitHub issues.

统计信息

  • 总下载量: 65
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 14
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 14
  • Watchers: 10
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2016-11-24

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固