https://github.com/baikho/drupal-queue_throttle
Drupal 8 module for queue throttling
https://github.com/baikho/drupal-queue_throttle
drupal drupal-8 drupal-module drupal-project queue-throttling
Last synced: about 2 months ago
JSON representation
Drupal 8 module for queue throttling
- Host: GitHub
- URL: https://github.com/baikho/drupal-queue_throttle
- Owner: baikho
- Created: 2018-09-16T10:36:12.000Z (over 6 years ago)
- Default Branch: 2.x
- Last Pushed: 2025-01-18T16:58:03.000Z (4 months ago)
- Last Synced: 2025-01-26T17:41:38.927Z (3 months ago)
- Topics: drupal, drupal-8, drupal-module, drupal-project, queue-throttling
- Language: PHP
- Homepage: https://www.drupal.org/project/queue_throttle
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
INTRODUCTION
-Allows one to adapt queues to throttle whilst processing. Handy when ie. your
queue is consuming a third party rate limited API.Enabling a queue for throttled processing will disable it from running on the
default core cron.Set up a new cron job to schedule throttled queue processing, or manually run
one of the following drush commands (Support for both drush 8 and 9):The primary features of this module:
- Adapt queues to be throttled whilst processing
- Custom drush commandREQUIREMENTS
-This module depends on queues that are provided by either core, contrib or
custom modules.INSTALLATION
-- Enable module at `/admin/modules`
- or through drush `drush en queue_throttle -y`
CONFIGURATION
-1. Navigate to settings form through `Admin > Configuration > System > Queue
Throttle`or directly at path `/admin/config/system/queue`
2. Enable/disable queues for throttled processing.