advancedqueue_runner
35 sites
No security coverage
This module provides a way to run Advanced queue automatically as daemon without manually using a Drush command or running a Cron job.
Requirements:
- Advanced Queue
- ReactPHP components: Event Loop and Child Process
Installation:
- Highly recommend to install the module by using composer because it will install the module and its dependencies
composer require 'drupal/advancedqueue_runner:^2.0'.
Usage:
- Please visit
/admin/config/advancedqueue/runnerto configure and start the runner.