https://github.com/digitalutsc/advanced-queue-runner
This module provides a way to run Advanced queue (by Drush command) automatically as daemon without manually using a Drush command or running a Cron job.
https://github.com/digitalutsc/advanced-queue-runner
drupal php
Last synced: about 1 year ago
JSON representation
This module provides a way to run Advanced queue (by Drush command) automatically as daemon without manually using a Drush command or running a Cron job.
- Host: GitHub
- URL: https://github.com/digitalutsc/advanced-queue-runner
- Owner: digitalutsc
- License: gpl-2.0
- Created: 2022-02-10T20:21:15.000Z (about 4 years ago)
- Default Branch: 2.x
- Last Pushed: 2025-03-18T13:36:10.000Z (about 1 year ago)
- Last Synced: 2025-03-18T14:36:14.801Z (about 1 year ago)
- Topics: drupal, php
- Language: PHP
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advanced Queue Runner
## Introduction
This module provides a way to run Advanced queue (by Drush command) automatically as daemon without manually using a Drush command or running a Cron job.
## Requirements:
* Advanced Queue module (https://www.drupal.org/project/advancedqueue)
* ReactPHP components: Event Loop (https://reactphp.org/event-loop/) and Child Process (https://github.com/reactphp/child-process)
## Installation:
* In Drupal.org: https://www.drupal.org/project/advancedqueue_runner
* Highly recommend to install the module by using composer: `composer require 'drupal/advancedqueue_runner:^1.0@alpha'`.
* Please run the bellow commands to install its dependencies:
* `composer require 'drupal/advancedqueue:^1.0@RC'`
* `composer require "react/child-process": "^1.0"`
* `composer require "react/event-loop": "^1.0"`
## Usage:
* Please visit `/admin/config/advancedqueue/runner` to configure and start the runner.
## Maintainer
* [Kyle Huynh](https://github.com/kylehuynh205)
* [Nat Kanthan](https://github.com/Natkeeran)