Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Usage Milestone: Google Analytics Module google_analytics crossed 1,000 active installs. Release: GraphQL Compose Codegen 1.1.2 Minor update available for module graphql_compose_codegen (1.1.2). Release: Mapy.com 1.1.3 Minor update available for module mapycom (1.1.3). Release: Ckeditor5 entity browser 3.0.3 Minor update available for module ckeditor5_entity_browser (3.0.3). Release: Ckeditor5 entity browser 3.0.1 Minor update available for module ckeditor5_entity_browser (3.0.1). Release: Ckeditor5 entity browser 3.0.2 Minor update available for module ckeditor5_entity_browser (3.0.2). Release: Teamleader Integration 4.0.2 Minor update available for module teamleader (4.0.2). Release: Change Requests 2.1.9 Minor update available for module change_requests (2.1.9). Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

Queue Throttle

21 sites Security covered Drupal 10–11
View on drupal.org

This module allows you to control the processing speed of Drupal queues, which is useful when dealing with rate-limited external services. It prevents queues from running via the default cron and requires a separate cron job or Drush command to manage their throttled execution.

Allows one to adapt queues to throttle whilst processing. Handy when ie. your queue is consuming a rate limited third party API.

GitHub mirror: https://github.com/baikho/drupal-queue_throttle

Usage

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):

  • drush queue-throttle : Run queue throttle cron
  • drush queue-throttle-run : Throttle a specific queue by name

Example: drush queue-throttle-run some_queue --time-limit=180 --items=10 --unit=minute

Note

This only works for Queues having a pairing QueueWorkerInterface.

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
2
Tracked since
Jan 2025
Latest release
1 year ago
Releases (12 mo)
0 ▼ from 2
Maintenance
Dormant

Releases

Version Type Core Release date
2.0.0 Stable 10–11 Jan 18, 2025
2.x-dev Dev 10–11 Jan 18, 2025