Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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: 8.x-1.x
- Last Pushed: 2020-11-29T14:03:14.000Z (about 4 years ago)
- Last Synced: 2024-11-28T07:12:11.861Z (2 months ago)
- Topics: drupal, drupal-8, drupal-module, drupal-project, queue-throttling
- Language: PHP
- Homepage: https://www.drupal.org/project/queue_throttle
- Size: 13.7 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.