{"id":24780439,"url":"https://github.com/webgriffe/index-queue-extension","last_synced_at":"2025-08-30T16:38:20.983Z","repository":{"id":16288238,"uuid":"19036788","full_name":"webgriffe/index-queue-extension","owner":"webgriffe","description":"Magento extension that queues indexing operations with a queue manager backend.","archived":false,"fork":false,"pushed_at":"2017-06-23T10:56:29.000Z","size":37,"stargazers_count":15,"open_issues_count":0,"forks_count":3,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-06-09T20:04:37.641Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Great-Hill-Corporation/quickblocks.io","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webgriffe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-22T16:22:51.000Z","updated_at":"2021-11-08T10:25:46.000Z","dependencies_parsed_at":"2022-09-14T11:51:59.333Z","dependency_job_id":null,"html_url":"https://github.com/webgriffe/index-queue-extension","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/webgriffe/index-queue-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webgriffe%2Findex-queue-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webgriffe%2Findex-queue-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webgriffe%2Findex-queue-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webgriffe%2Findex-queue-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webgriffe","download_url":"https://codeload.github.com/webgriffe/index-queue-extension/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webgriffe%2Findex-queue-extension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272878209,"owners_count":25008340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-29T10:30:45.428Z","updated_at":"2025-08-30T16:38:20.945Z","avatar_url":"https://github.com/webgriffe.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Webgriffe IndexQueue Magento Extension\n======================================\n\n[![Build Status](https://travis-ci.org/webgriffe/index-queue-extension.svg?branch=master)](https://travis-ci.org/webgriffe/index-queue-extension)\n\nThis Magento extension queues indexing operations with a queue manager backend. It's based on [Lilmuckers_Queue](https://github.com/lilmuckers/magento-lilmuckers_queue) extension.\n\nInstallation\n------------\n\nAdd the extension to your `composer.json` or install it with [modman](https://github.com/colinmollenhour/modman).\nAfter you should set up queue backend. For example, to use **[Beanstalk](http://kr.github.io/beanstalkd/)** merge this in your `local.xml`:\n\n```xml\n\u003c?xml version=\"1.0\"?\u003e\n\u003cconfig\u003e\n    \u003cglobal\u003e\n\n        \u003cqueue\u003e\n            \u003cbackend\u003ebeanstalkd\u003c/backend\u003e\n            \u003cbeanstalkd\u003e\n                \u003cservers\u003e\n                    \u003cserver\u003e\n                        \u003chost\u003e127.0.0.1\u003c/host\u003e\n                    \u003c/server\u003e\n                \u003c/servers\u003e\n            \u003c/beanstalkd\u003e\n        \u003c/queue\u003e\n\n    \u003c/global\u003e\n\n\u003c/config\u003e\n```\n\nUsage\n-----\n\nAfter installation all indexing operations are automatically queued. You can disable this behavior in _System -\u003e Configuration -\u003e System -\u003e Index Queue_. To process queued indexing tasks you have to start queue watching by workers. To do that, as stated in [Lilmuckers_Queue](https://github.com/lilmuckers/magento-lilmuckers_queue) extension documentation, run the following commands:\n\n\t$ cd /path/to/magento/shell\n\t$ php queue.php --watch\n\nContributing\n------------\n\nPlease, contribute! Clone this repository, customize your parameters and then use provided continuous integration script to install Magento and run tests.\n\n\t$ cd /some/path\n\t$ git clone git@github.com:webgriffe/index-queue-extension.git\n\t$ cd index-queue-extension/\n\t$ cp params.sh.dist params.sh\n\nCustomize parameters in `params.sh` file. Then run:\n\n\t$ ./ci.sh\n\t\nThis will installs Magento in `magento` directory and then will run tests with [EcomDev_PHPUnit](https://github.com/EcomDev/EcomDev_PHPUnit).\n\nCredits\n-------\n\nThis extension has been developed by [Webgriffe®](http://www.webgriffe.com/). Please, report to us any bug or suggestion by GitHub issues.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebgriffe%2Findex-queue-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebgriffe%2Findex-queue-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebgriffe%2Findex-queue-extension/lists"}